Viewing profile — hashmak_jsn
hashmak_jsn
HN member- Joined
- Sun, Mar 30, 2025, 5:47 AM UTC
- HN karma
- 15
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About hashmak_jsn
No profile information was provided.
Recent public activity
-
comment
Comment #47071991
why should i select cysqlite ? if there are existing ones: https://docs.python.org/3/library/sqlite3.html
-
comment
Comment #47071871
I discourage coding sqlite in Rust, Here are the reasons that sqlite developers mentioned: - Rust needs to mature a little more, stop changing so fast, and move further toward bein…
-
comment
Comment #47071773
I did not get this project , what is the main usecase for this project?
-
comment
Comment #47071706
nice project, S3lite can work on all platforms? Linux/Windows/Mac? also what is the internal architecture of s3lite? As far as I know sqlite using b-tree not b+tree , what is reaso…
- story
- story
- story
- story
-
comment
Comment #44006931
thanks for suggestion,I will compare with other no sql database.
-
comment
Comment #43908266
you can run it. we validated it by injecting 1 million documents. we don’t face any issue. and please feel free to raise issue in github.
-
comment
Comment #43906471
Good point — just to clarify, the "279x" number isn’t about parallel deletes. The parallel test runs a mix of operations (insert, query, update, delete) across multiple threads. Ea…
-
comment
Comment #43905798
yeah anu is everywhere
-
comment
Comment #43905784
sure, that would be next item. thanks for suggestion
-
comment
Comment #43905503
Thanks for the thoughtful and constructive feedback — you're absolutely right that this isn't a strict apples-to-apples comparison. Our aim was to evaluate practical performance in…
-
comment
Comment #43904706
SQLite is faster at insertion/updation/delete operations..
-
story
Show HN: AnuDB– Backed on RocksDB, 279x Faster Than SQLite in Parallel Workloads
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 operat…
-
story
Show HN: AnuDB – A RocksDB-Backed Embedded Database for Pi (With Benchmark)
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 alternati…
-
story
Show HN: AnuDB – Embedded database with native MQTT support for IoT/AI use cases
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 su…
-
comment
Comment #43557051
Added example files demonstrating the usage of AnuDB.
-
comment
Comment #43547198
I am currently expanding the example repository for AnuDB at https://github.com/hash-anu/AnuDB/tree/main . Additional example files are being added to help you gain a comprehensive…
-
comment
Comment #43542626
Yes, I am using an older rocksdb version 6.29.5 that was released in 2022. The main reason for this choice is that many embedded products still rely on C++11 for application develo…
-
story
Show HN: AnuDB – An experimental C++ document store using RocksDB
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 introd…