in reply to Re: hash lookup
in thread hash lookup

Thanks, Moritz.

At your leisure, would you kindly give me a bit more detail about how to approach the last part of your suggestions (getting rid of %GID completely)?

Replies are listed 'Best First'.
Re^3: hash lookup
by moritz (Cardinal) on Oct 12, 2009 at 22:14 UTC
    There's really not much detail to be given. Currently you iterate over one file, store all elements in a hash, and later on you iterate over all the data in the hash.

    Unless you need the hash for weeding out duplicates, you simply iterate over the data that you would have put into th hash when you need it.

    Perl 6 - links to (nearly) everything that is Perl 6.