Difference (from prior major revision)
(no other diffs)
Added: 138a139,140
* If you want to remove oldest entries, I would consider threading a linked list through the nodes of the tree. Then, when you reach your max size, pop out the head. -- Simonton