Join Nostr
2025-12-08 20:50:55 UTC
in reply to

MichaelJ on Nostr: I'd be curious to see performance benchmarks between IndexedDB and SQLite WASM. ...

I'd be curious to see performance benchmarks between IndexedDB and SQLite WASM.

You'll have to use shared workers pretty heavily, but that gives true parallel processing across tabs, rather than just concurrent work on a single OS thread.