[Issue 7519] std.xml cannot manage single quoted attribute values

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 17 08:09:06 PST 2012


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


Richard Webb <webby at beardmouse.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webby at beardmouse.org.uk


--- Comment #1 from Richard Webb <webby at 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: -------


More information about the Digitalmars-d-bugs mailing list