in reply to Hash tables, are they really what we see?
Hello.
I did some benchmark for perl hash vs in-memory SQLite several days ago. Number of records that you are interested seems similar with my case, have a look at this thread if you are interested in.
Hash lookup is fast. There are cases in-memory sqlite is better than hash.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Hash tables, are they really what we see?
by heatblazer (Scribe) on Oct 03, 2012 at 06:27 UTC | |
by AnomalousMonk (Archbishop) on Oct 03, 2012 at 07:13 UTC |