06-19-2014, 10:59 AM
ULM isn't suitable for such big collections.
Adding new entries to your dict however can be done way faster:
sort newdict -o newdict && sort -m -u olddict newdict -o mergeddict
Adding new entries to your dict however can be done way faster:
sort newdict -o newdict && sort -m -u olddict newdict -o mergeddict