Front page | perl.perl6.internals |
Postings from August 2002
GC speeds for hashes
Thread Next
From:
Dan Sugalski
Date:
August 29, 2002 13:40
Subject:
GC speeds for hashes
Message ID:
a05111b21b9943440a819@[63.120.19.221]
I ran some quick time tests on the GC, and hashes are relatively
expensive to GC, relative to other things. (They're an order of
magnitude slower than perlstrings, and two orders of magitude slower
than perlints) They're slow enough that I'd like to take a look at
them to see if perhaps there's a way to have less GC overhead...
--
Dan
--------------------------------------"it's like this"-------------------
Dan Sugalski even samurai
dan@sidhe.org have teddy bears and even
teddy bears get drunk
Thread Next
-
GC speeds for hashes
by Dan Sugalski