hashmak_jsn
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
We recently benchmarked AnuDB, a lightweight embedded database built on top of RocksDB, against SQLite on a Raspberry Pi. The performance difference, especially for parallel operations, was dramatic. GitHub Links:…
-
Hi HN, I’ve been working on AnuDB, a lightweight embedded key-value database backed by RocksDB, optimized for low-power devices like the Raspberry Pi. It's designed as an alternative to SQLite in scenarios where high…
-
Hi HN! I've been working on AnuDB, a lightweight embedded key-value database written in C++ with a focus on simplicity, performance, and small footprints. It now has native MQTT support, allowing you to write directly…
-
I have been working in the database field for a significant amount of time; however, I never had the opportunity to work on the core of a database—until now. I am excited to introduce AnuDB, a document-oriented database…