Eric Cholet wrote:
> 
> > Using tied hashes, you could conceivably make your own ordered hash class
> > and use that as the data structure you return. You'd still basically have
> > two data structures (for performance) but the fact that it is two data
> > structures would be hidden behind the tied hash which would be programmed
> > to iterate the keys using the array rather than the keys function on the
> > hash part.
> >
> > I think there is source code for this publicly available, but I forget
> > where I saw it. You can get some docs from perldoc perltie though.
> 
> Tie::IxHash
How much overhead does this module impose? I've heard about it in my
readings, but never looked into it very much. Does anyone have
experience using Tie::IxHash?

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704 370 0550
http://www.vialogix.com/

Reply via email to