README.txt

Path: README.txt
Last Update: Mon Apr 28 20:39:55 +1200 2008

Collections

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.

RoadMap

LFUMap and many more collections classes will follow.

Author

Copyright (C) 2005, 2008 by Stefan Saasen <s-NOSPAM-REMOVE@juretta.com> - code.juretta.com/

Installation

Just run [sudo] gem install collections to install the Collections Gem.

[Validate]