Back to Feed
Show HN: SNKV – SQLite's B-tree as a key-value store (C/C++ and Python bindings)

SQLite has six layers: SQL parser → query planner → VDBE → B-tree → pager → OS. (https://sqlite.org/arch.html) For key-value workloads you only need the bottom three.SNKV cuts the top three layers and talks directly to SQLite's B-tree engine. No SQL strings. No query...

🔗 Read more: https://github.com/hash-anu/snkv

#News #Software #WorldNews #Energy #Biology #Economics #Tech
Edited

Comments

No comments yet. Be the first to comment!