Cache-Mmap
view release on metacpan or search on metacpan
Improve test suite
Another good idea from Rob Mueller:
> One thing I was wondering about your cache, whenever you access something,
> it seems to move it to the front of the bucket. That's neat from a LRU
> perspective, but couldn't you just use pointers or offsets or something
> instead of having to move the whole data around each time you access it?
Store pointer table at beginning of bucket, and just swap pointers
Only move entries when deleting entries
What about backwards compatibility?
Will it need defragging?
( run in 0.714 second using v1.01-cache-2.11-cpan-364913b4093 )