Join Nostr
2024-04-05 19:16:26 UTC

jb55 on Nostr: I wonder if I can make nostrdb work on the web by replacing the mmap call in lmdb ...

I wonder if I can make nostrdb work on the web by replacing the mmap call in lmdb with malloc 🤔 the database wouldn’t be persistent between runs but it would enable a fast local relay with a multithreaded webworker note ingester within the browser. I will experiment 🧪