@mar77i I should say, an in-memory SQLite with :memory: is faster than iterating all values in a LRUCache (which has a Map-like interface) for _some_ queries.
@djsumdog@Moon What's the story behind this? Why haven't I heard of this before? Is this a fork of SQLite? Why? Is the performance good? Why did they make this?
I discovered it a while back and it seems like they wanted to make an sqlite like thing with better query support. I used it in a side project but got frustrated with library support and there were some other issues I found while trying to store binary data. Not sure if it's gotten better; just throwing it out there as an alternative if anyone wants to look at it.