Read text file fast, how?

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Mon Jul 27 01:51:34 PDT 2015


On 07/26/2015 09:04 PM, Jesse Phillips wrote:
> 
> It would be better to compare with LDC or GDC to match the same backend
> as C++. That is a little harder since they don't have 2.068 yet.

Reading a file is IO and memcpy limited, has nothing to do with compiler
optimizations. Clearly we must be doing some unnecessary copying or
allocating.


More information about the Digitalmars-d mailing list