neslib / Neslib.Xml

Ultra Light-Weight XML Library for Delphi
Other
52 stars 14 forks source link

Running Tests #10

Closed BernardDuffin closed 1 year ago

BernardDuffin commented 1 year ago

Compiled in 32 and 64 and get the same results Delphi 11 Version 28.0.44500.8973

XML Performance Tests (64-bits) Select XML library:

  1. Delphi (Default)
  2. MSXML
  3. OmniXML
  4. VerySimpleXml
  5. SimpleXML
  6. Alcinoe
  7. Neslib (Unicode mode)

Enter library number: 6 Running test...

Memory usage : 44744 KB Load time : 250.72 ms ERROR: Invalid number of attributes (expected=56317, actual=56310) Traverse time: 31.38 ms Query time : 1.52 ms Destroy time : 33.94 ms

Finished!

neslib commented 1 year ago

Good catch. This issue was introduced when I merged PR #5. That resulted in empty attributes being skipped. This is fixed now.

BernardDuffin commented 1 year ago

Thanks for the quick fix 👍