Reserving/Preallocating associative array?
Benjamin Thaut
code at benjamin-thaut.de
Fri Dec 27 09:26:42 PST 2013
Also, gordon whats is keeping you from converting the textual
representation to a binary one? I mean, if you need to read that file in
often, you can easly preprocess it into a binary blob. You could even
modify my hashmap implementation to support binary serialization, by
just writing the entire array to a binary file and loading it again.
That would be fast...
Kind Regards
Benjamin Thaut
More information about the Digitalmars-d
mailing list