hashmak_jsn

↗ HN profile [ 50.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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:…

  2. 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…

  3. 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…

  4. 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…