GOODS data structures (was Re: [Seaside] [ANN] SeasideTemplate)

Alain Fischer alain.fischer at bluewin.ch
Tue Feb 24 11:17:05 CET 2004


No for the moment, my largest data collection is between 50 and 100 
objects
and I haven't had performance problems. The others objects are already
organized as tree.

But sure if we need to store bigger collection we will need something
with better performance, BTree is a good candidate.

Alain


On 23 févr. 04, at 22:08, Avi Bryant wrote:

>
> On Feb 22, 2004, at 6:59 AM, Alain Fischer wrote:
>
>> In this project, we must display customer designed HTML page with 
>> embeded data
>> from an oodb (GOODS).
>
> I'm curious - have you looked yet at data structures for large 
> collections and indexes?  It seems to me we're going to need to find 
> or write some kind of BTree class to reduce the number of objects that 
> get pulled in when doing lookups - certainly the stock Squeak 
> Dictionary class is not optimal.  Since there are a number of people 
> suddenly starting to use GOODS, we may want to jointly look at 
> building this stuff.  The GOODS Java client has some code we could 
> probably steal implementation strategies from...
>
> Avi
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
>



More information about the Seaside mailing list