in reply to Re: Data structure question: Directory-in-memory ?
in thread Data structure question: Directory-in-memory ?

That's sort of the direction I was going with the anonymous array. I was trying to accomplish this using Perl internals; only relying on it's own hashing and array functions. Using a btree would be too easy :)

mr.nick ...

  • Comment on Re: Re: Data structure question: Directory-in-memory ?