▲ | Show HN: FeOx – Fast embedded KV store in Rust(github.com) | |||||||||||||||||||||||||||||||||||||
34 points by mehrant 2 days ago | 8 comments | ||||||||||||||||||||||||||||||||||||||
▲ | emschwartz 2 days ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||
Sounds interesting, though that durability tradeoff is not one that I’d think most people/applications want to make. When you save something to the DB, you generally want that to mean it’s been durably stored. Are there specific applications you’re targeting where latency matters more than durability? | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
▲ | _davide_ 2 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||
Nice! On paper looks really promising! There is actual need for embedded databases as SQLite is painful for highly concurrent programs (I actually hit this issue in rust) | ||||||||||||||||||||||||||||||||||||||
|