| ▲ | surfingdino an hour ago | |
Brilliant. This reminds me of (but is way more advanced) a single-file Python NoSQL key-value DB that used pickling to store data. It was FAST. Can't remember what happened to it. Anybody? | ||
| ▲ | john01dav 10 minutes ago | parent | next [-] | |
I wrote something similiar (minimal nosql key-value DB) and it was less fast than (specifically lower throughput, I did not measure other metrics) Redis, despite some passing attempts to make it fast (like using async/await for all IO). | ||
| ▲ | tekknolagi 33 minutes ago | parent | prev [-] | |
sqlitedict? Or shelve/dbm? | ||