working on an embedded database custom-built for nostr. think an embeddable strfry. It will probably be the fastest special-purpose database on the planet once itโs done.
Iโve built a custom in-memory note representation with O(1) and zero-copy access so that you can memory-map the data from inside lmdb directly into your data types without needing to serialize anything in and out.
if that didnโt make sense, the TLDR: shit is about to get real fast.

GitHub
GitHub - damus-io/nostrdb: The unfairly fast embedded nostr database backed by lmdb
The unfairly fast embedded nostr database backed by lmdb - damus-io/nostrdb