They're back! (i.imgflip.com)
submitted 1 year ago* (last edited 1 year ago) by to c/fedimemes@feddit.uk
you are viewing a single comment's thread
view the rest of the comments
[–] 12 points 1 year 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.

  • source
  • parent