Discussion:
[perl #46653] [TODO] [C] Create hash with needed size at initialisation
(too old to reply)
Paul Cochrane
2007-10-22 14:02:49 UTC
Permalink
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #46653]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46653 >


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
Will Coleda
2009-03-22 06:45:04 UTC
Permalink
On Sun, Mar 22, 2009 at 2:40 AM, Christoph Otto via RT
Post by Paul Cochrane
* 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
+1;
--
Will "Coke" Coleda
Loading...