To compare the performance of different approaches for handling large data I wrote a small test suite.
This application contains one test class (cDataHandlingTest) that writes to and reads from an abstract data class (iData). Each data class offers an unified interface but is implemented in different ways. The test …
