XML Benchmarks in D

Sean Kelly sean at invisibleduck.org
Wed Mar 12 14:14:32 PDT 2008


== Quote from N/A (NA at NA.na)'s article
> I generally handle files that are a few hundred MB to a few gigs and I noticed that the
> input is a char[], do you also plan on adding file streams as input?

I believe the suggested approach in this case is to access the input as a memory mapped file.  This does
place some restrictions on file size in 32-bit applications, but then those are ideally in decline.


Sean



More information about the Digitalmars-d mailing list