ryfx / lru-cache-cpp

Automatically exported from code.google.com/p/lru-cache-cpp
0 stars 0 forks source link

Patch for /lru.hpp #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
 *  1. Change hashtable to hash_map as the container
 *  2. Add memory limit 
 *  3. Add value deletor(optional)
 *  4. Change LRUCacheH4Value::Val : use a pointer to optimize the memory use
 *  5. MS-VC compile pass 

Original issue reported on code.google.com by ziec...@gmail.com on 11 Jul 2012 at 1:56

Attachments: