jackhftang / lrucache.nim

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

keys are stored in both table and Node #2

Open jackhftang opened 4 years ago

jackhftang commented 4 years ago

This is not necessary and a waste of space if key are strings.

jackhftang commented 4 years ago

fixed in 1.0.3 UPDATE: incorrect fix