Well, they're probably not yet, but I'm guessing that they will. Pivot's collections were designed to be implemented natively. The reliance on java.util has always been a workaround.
On Thursday, March 26, 2009, at 02:11PM, "Noel Grandin" <[email protected]> wrote: >Unless the classes are actually showing up on somebody's performance >profile, I would be hesitant to import that much additional complexity into >the library. Collection classes are not simple. >- Noel Grandin > >On Thu, Mar 26, 2009 at 19:09, Greg Brown <[email protected]> wrote: > >> 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. >> >> >> >
