wvwwvwwv / scalable-concurrent-containers

High performance containers and utilities for concurrent and asynchronous programming
Apache License 2.0
351 stars 18 forks source link

request: HashCache with resizable maximum capacity #139

Open slonkazoid opened 7 months ago

slonkazoid commented 7 months ago

i tried to read the code and implement it myself but i am too exhausted today
if you give me pointers i may be able to work on this

wvwwvwwv commented 7 months ago

If you want to temporarily increase the maximum capacity, you can implement a HashCache version of hash_map::Reserve.