Need help?
<- Back

Comments (37)

  • dangoodmanUT
    > DbOptions::durable()> Appended to the WAL without a per-write syncSo… it’s not durable? Durable doesn’t mean “survives a process restart”, it means “durably saved to persistent storage”. For example, this “durable” mode wouldn’t survive power loss.
  • mattrighetti
    I like the fact that the first commits were about the logo, important things first :D
  • Surac
    Fast compared to what?
  • medv
    Every programmer eventually creates own db: https://github.com/antonmedv/medb
  • boguscoder
    Embedded could also mean no_std, which this is absolutely not. Still cool though
  • Tepix
    Is an atomic get+delete operation planned?
  • nine_k
    I suppose the insane speed is due to this:> TurboKV's persisted Bloom-filter format uses hardware AES.Also, built-in LZ4 compression.I would expect SIMD to be used for scans.
  • rollulus
    Now that “blazing fast in Rust” has become a meme, is “insanely” the next thing?
  • paulsutter
    Oops you built a database!
  • karen4830
    [flagged]
  • yeasin-arafat
    [flagged]
  • AtlasBarfed
    Aphyr or gtfo