in reply to storable: too slow retrieval of big file.
which converts "dict.txt" (with keys and values separated by a newline character, and each pair of lines being a record) to the BerkeleyDB database "dict.db", allowing duplicate keys. this solution turned out to work great. thank you for all the help.db_load -c duplicates=1 -T -t hash -f dict.txt dict.db
|
|---|