On Mon Oct 22 07:02:49 2007, pcoch wrote: > In src/pmc/hash.pmc:thaw() there is the todo item: > > * TODO create hash with needed size in the first place > > This needs to be implemented
src/hash.c is already messy enough without an extra set of functions to create various types of hashes with a specified size. I propose rejecting this ticket. A more flexible interface for hash creation can be written later if Hash PMC thawing starts to become a bottleneck. _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
