in reply to Re: Perl's hash table implementation
in thread Perl's hash table implementation
Hi,
Basically, the kind of programming I do involves a lot of hash table work. This makes Perl an attractive technology for me because of its simple hash table interface. When doing an MSc in High Performance Computing I was not allowed to use Perl because my dissertation could not have been taken seriously because, and I quote from my supervisors, 'only C and Fortran are taken seriously as High performance programming languages'. So for my disssertation I had to use a less simple hash table C interface like http://www.cl.cam.ac.uk/~cwc22/hashtable/
And so, in a nutshell, I was just interested in comparing these Hash table implementations. Anyway, thanks for pointing me in the right direction.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl's hash table implementation
by JavaFan (Canon) on Oct 07, 2010 at 09:33 UTC | |
|
Re^3: Perl's hash table implementation
by Anonymous Monk on Oct 07, 2010 at 12:20 UTC |