Speed of csvReader

Gerald Jansen via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jan 27 00:48:05 PST 2016


On Tuesday, 26 January 2016 at 22:36:31 UTC, H. S. Teoh wrote:
> ...
> So the moral of the story is: avoid large numbers of small 
> allocations. If you have to do it, consider consolidating your 
> allocations into a series of allocations of large(ish) buffers 
> instead, and taking slices of the buffers.

Many thanks for the detailed explanation.


More information about the Digitalmars-d-learn mailing list