On 1/28/07, Michel Van den Bergh <michel.vandenbergh at uhasselt.be> wrote:
> Aren't hash arrays supposed to have O(1) acces time as well??
Yes. And the fixed overhead is (perhaps surprisingly) negligeable in
interpreted code. But unfortunately, the translator doesn't seem to
handle them, so you can't compile code using hasharrays. Compilation
seems to gain about a factor of 8.
-s