this post was submitted on 05 Feb 2024
44 points (97.8% liked)
Programming
17460 readers
236 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Most people use Redis for this. Why another one?
This seems to be rather an embedded cache and not an external system.
Whether the (impressive looking) benchmarks are believable, is up to you.
Aha, thanks. Prevayler was like that too, iirc. I don't know if it is still around. Something comparable was done in Haskell that changed its name a few times and was slower than people hoped, so idk if that's still around either. I guess there are uses for these and it would be nice to have one in Rust.
It's always good to have alternatives.
Maybe not requiring the values to fit in memory, saving a lot of real estate there.