I was looking at the trunk of grok because I need to use OrderedContainer. But, if I add say 1 million objects to an OrderedContainer, won't it become very slow due to the implementation with PersistentList? Say that I want to show the last 100 of the objects, I would have to return all 1 million keys. Mvh Sebastian