At 3:34 PM +0200 5/25/05, Leopold Toetsch wrote:
The OrderedHash PMC provides indexed access by a (string) key as
well as indexed access by insertion order. It's currently
implemented as an hash holding the index value into the data array.
The problem is of course deleting items (and adding item
The OrderedHash PMC provides indexed access by a (string) key as well as
indexed access by insertion order. It's currently implemented as an hash
holding the index value into the data array.
The problem is of course deleting items (and adding items w/o string
key). The former is done by storing