NorbertHartl / LRUDictionary
Project infos
| License |
MIT |
| Tags |
dictionary lru cache |
| Creation date |
2012-05-16 |
| Website |
|
Monticello registration
About LRUDictionary
LRUDictionary is a fixed size dictionary that manages its elements in a "Least Recently Used" style. It is suited for building intermediate fixed size caches