dictionary that discards old items

gene tani gene.tani at gmail.com
Thu Jul 21 22:36:55 EDT 2005


not clear if you want a FIFO, or a LRU on read or write, so for the
non-dictionary component of this, you could also  ( (search Cookbook)
|| google) for terms like "ring buffer", "fixed-size cache", um,
"bounded queue", "circular buffer", "deque", there's probably a bunch
of others.




More information about the Python-list mailing list