http://d.puremagic.com/issues/show_bug.cgi?id=7519


Richard Webb <we...@beardmouse.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |we...@beardmouse.org.uk


--- Comment #1 from Richard Webb <we...@beardmouse.org.uk> 2012-02-17 08:09:00 
PST ---
For what it's worth, a simple

    string s = cast(string)std.file.read(filePath);
    auto doc = new Document(s);


using the xml file attached to https://bugs.launchpad.net/d2-xml/+bug/933594

Takes ~18.6 seconds using std.xml and ~16.4 seconds using std.xml1.
The parse time drops substantially if the GC is disabled while the Document is
being created.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to