Writing/Reading Compressed Binary Files

TJB broughtj at gmail.com
Wed Sep 19 10:48:49 PDT 2012


D Helpers,

I have a ton of huge financial data to process and analyze 
statistically.  I am looking for the best way to store/retrieve 
the data for processing. I am wondering how to write the data to 
a compressed binary file and then later read from that same file 
for processing.

I can read/write the binary data just fine, but how to do it with 
compression?

I appreciate your help and suggestions.

TJB


More information about the Digitalmars-d-learn mailing list