Serge D. Mechveliani wrote:
>
> > > For HashTable, I cannot tell what may be (in my example), for example,
> > > the cost of `insert!'.
> > [..]
> > > Meanwhile, I use HashTable. But in future I shall need to rewise its
> > > usage, for the thing may ruin the performance.
> >
> > As I wrote, there are limitations on types of keys. Basically,
> > if you have record with more than two components or an
> > array inside the keys, then it will not work.
>
> 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.
--
Waldek Hebisch
[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.