>Noel Grandin commented on PIVOT-20: >I don't really see why this is necessary, but if it is, a quick shortcut would >be to copy code from Apache Harmony, which already has Apache-licensed >implementations of all the java collection classes.
Pivot's collection classes are currently implemented as wrappers around the java.util collections and, as a result, are not highly optimized. Since they are used extensively throughout the framework, they should be as efficient as possible. A port of the Harmony classes could be just what we need. Thanks for the info. G
