| Path: | README.txt |
| Last Update: | Mon Apr 28 20:39:55 +1200 2008 |
The Ruby Collections gem contains several collection classes. The SequencedHash (aka OrderedHash) maintains the insertion order. The LRUMap discards the least recently used items first. It can be used as a simple caching mechanism. The Stack represents a last-in-first-out (LIFO) stack of objects.
LFUMap and many more collections classes will follow.
Copyright (C) 2005, 2008 by Stefan Saasen <s-NOSPAM-REMOVE@juretta.com> - code.juretta.com/
Just run [sudo] gem install collections to install the Collections Gem.