jackhftang / lrucache.nim

LRU cache in pure nim
https://jackhftang.github.io/lrucache.nim/
14 stars 8 forks source link

Thread-safety #1

Open jfilby opened 4 years ago

jfilby commented 4 years ago

It would be great if lrucache could be made thread-safe.

jackhftang commented 4 years ago

Currently, I don't have use cases for thread-safe lrucache. I may implement one if I have spare time. Btw, PRs are welcome~