Re: Note on PMC.pod...

2002-01-02 Thread Scott Fenton
On Wed, Jan 02, 2002 at 11:02:34PM -0500, the keyboard of Jeff G was alleged to have written: > [snip] > rarified atmosphere didn't affect my brain too badly. Same goes for the > known-incomplete PerlHash class. It works, but has no collision > [snip] Huh? Wha? What did I miss? What is this Perl

RE: Note on PMC.pod...

2002-01-02 Thread Brent Dax
Jeff G: # Same # goes for the # known-incomplete PerlHash class. It works, but # has no collision resolution yet. What kind of backend data structure are you using--flat array, buckets (array of arrays) or chains (array of linked lists)? If y

Note on PMC.pod...

2002-01-02 Thread Jeff G
I have come down off the mountain, and bear a partially-written article for perl.com on how to roll your own PMCs and what this means. Should hit perl.com sometime within the next two months, with any luck. It needs the final bit written, and as I've just spent the better part of a week at almost