this post was submitted on 11 Jun 2025
507 points (98.5% liked)

Fediverse memes

2182 readers
3 users here now

Memes about the Fediverse.

Rules

General
  1. Be respectful
  2. Post on topic
  3. No bigotry or hate speech
  4. Memes should not be personal attacks towards other users
Specific
  1. We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at !yepowertrippinbastards@lemmy.dbzer0.com.

Elsewhere in the Fediverse

Other relevant communities:

founded 1 year ago
MODERATORS
507
They're back! (infosec.pub)
submitted 4 months ago* (last edited 4 months ago) by Blaze@lemmy.dbzer0.com to c/fedimemes@feddit.uk
you are viewing a single comment's thread
view the rest of the comments
[–] boonhet@lemm.ee 12 points 4 months ago

Facts right here. I love Rust and my day job is Python. Neither is too slow for most of my use cases. Though one cool thing about Rust is the super low overhead. So well-written Rust, much like well-written C, is great for low-power devices. Still, the database is going to be memory, IOPS and maybe CPU hungry as it grows. You can optimize data structures, but you still need to read said data.