From: Hal Fulton Date: 2006-08-13T08:44:07+09:00 Subject: Re: PATCH to make internal Hash class retain order... ts wrote: >>>>>>"T" == Thies C Arntzen writes: > > > T> i really miss beeing able to retain order in a Hash. i know that this > T> has been discussed in the past i also understand that i can always > T> write my own OrderedHash implemenation in user-space. -but- as a) i > T> love to poke around b) userspace was too slow for some of my problems > T> -and- c) it's always best to to let "code speak" i decided to "scratch > T> my itch" and wrote a patch (against 1.8.4) that will: > > Why you don't first write a C extension, rather than modifying ruby ? > Interesting question... do you mean a C extension implementing a different Hash class or what? Hal