🐈's avatar
🐈 0 years ago
I don’t know if it’s the same but there is something called indexedDB that runs client side / in browser that caches a lot of stuff locally from your own relays.

Replies (1)

nostrdb support filter queries, full text search, note stats, multithreaded ingester with efficient note de-dupe by a quick exit json parser, flatbuffer-like binary note format for zero serialization (queries return pointers to virtual memory) . It’s like an embedded strfry. IndexedDB isn’t really comparable. So yeah its like a caching relay in your phone