wvwwvwwv / scalable-concurrent-containers

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

request: HashCache with resizable maximum capacity #139

Open slonkazoid opened 2 months ago

slonkazoid commented 2 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 2 months ago

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