[Maxima] Hash tables, anyone?
Robert Dodier
robert.dodier at gmail.com
Thu Aug 12 00:48:13 CDT 2010
On 7/2/10, Alexander Shulgin <alex.shulgin at gmail.com> wrote:
> Is it possible to get a reference to a hash table in maxima?
Yes: try use_fast_arrays:true $
Instead of attaching the hash table to a symbol property,
the hash table is put in the value slot of the symbol.
The hash table is created the first time an attempt is
made to store something in it.
Sorry for the late reply, hope this helps anyway.
best
Robert Dodier
More information about the Maxima
mailing list