Anthony Heading <[EMAIL PROTECTED]> wrote: > ..., but > will parrot make available any support - e.g. by providing > a red-black tree or skiplist structure or something?
Parrot has already an OrderedHash PMC. Nothing fancy though, just an hash + array and with problems, when access is mixed string and integer idx or after deleting items. > Regards > Anthony leo