On Tue, Mar 20, 2012 at 04:02:43PM +0100, Waldek Hebisch wrote: > Serge D. Mechveliani wrote: > > [..] > > > > Meanwhile, I use HashTable. But in future I shall need to rewise its > > > > usage, for the thing may ruin the performance. > > > [..] > > > > I hope that Key := Integer > > is enough for my purpose. > > I wonder why are you using search for Integer keys. If > your keys form a consecutive range then array (FlexibleArray > if size is variable) is more appropriate.
* I was not aware of FlexibleArray. * In principle, when there are n items, does this FlexibleArray need a _continuous_ space in the memory of size O(n) ? Thanks, ------ Sergei [email protected] -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en.
