in reply to How to remove duplicates from a large set of keys
If you only need hash lookups (as opposed to all the query stuff you can do with a relational database), you could give BerkeleyDB a try, which even ships with Perl (as the DB_File module). Instead of using a query language to manipulate data, it pretends to be a Perl hash.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to remove duplicates from a large set of keys
by BrowserUk (Patriarch) on Feb 10, 2005 at 14:28 UTC |