oldmoe / litestack

MIT License
1.09k stars 57 forks source link

Support multi cache reads and writes #69

Closed julianrubisch closed 9 months ago

julianrubisch commented 10 months ago

I.e., implement read_multi_entries, write_multi_entries, and delete_multi_entries

@oldmoe I'd be happy to help where I can

oldmoe commented 10 months ago

It should be pretty straightforward, I will make that happen while adding proper tests to litecache

julianrubisch commented 10 months ago

I think this would also especially benefit from a benchmark, since the gains are usually quite impressive compared to "normal" reads/writes