Re: Writing/Reading Compressed Binary Files

2012-09-19 Thread Justin Whear
On Wed, 19 Sep 2012 19:48:49 +0200, TJB wrote: > 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

Writing/Reading Compressed Binary Files

2012-09-19 Thread TJB
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/