Tim Mayberry
e84fbfe6e5
Remove PropertyMap from XMLNode class
It appears that there is no performance benefit from storing properties in a
map for faster lookup or it is counteracted by the penalty of storing and
maintaining the additional data structure.
Timing results before changes with an optimized build:
XMLTest::testPerfMediumXMLDocumentTiming
Create : Count: 10 Min: 41293 Max: 63746 Total: 564448 Avg: 56444 (56 msecs)
Write : Count: 10 Min: 42932 Max: 49221 Total: 453955 Avg: 45395 (45 msecs)
Read : Count: 10 Min: 80160 Max: 84678 Total: 824506 Avg: 82450 (82 msecs)
XMLTest::testPerfLargeXMLDocumentTiming
Create : Count: 10 Min: 228759 Max: 420236 Total: 3587597 Avg: 358759 (358 msecs)
Write : Count: 10 Min: 307095 Max: 348767 Total: 3205704 Avg: 320570 (320 msecs)
Read : Count: 10 Min: 572400 Max: 657219 Total: 5959630 Avg: 595963 (595 msecs)
Perf results after changes:
XMLTest::testPerfMediumXMLDocumentTiming
Create : Count: 10 Min: 30610 Max: 42656 Total: 376672 Avg: 37667 (37 msecs)
Write : Count: 10 Min: 42804 Max: 54277 Total: 460455 Avg: 46045 (46 msecs)
Read : Count: 10 Min: 70364 Max: 85484 Total: 750909 Avg: 75090 (75 msecs)
XMLTest::testPerfLargeXMLDocumentTiming
Create : Count: 10 Min: 164360 Max: 356995 Total: 3064482 Avg: 306448 (306 msecs)
Write : Count: 10 Min: 308655 Max: 372953 Total: 3226707 Avg: 322670 (322 msecs)
Read : Count: 10 Min: 517243 Max: 541839 Total: 5289950 Avg: 528995 (528 msecs)
2016-10-10 08:45:34 +10:00
..
2015-10-04 15:11:15 -04:00
2015-06-29 14:18:10 -04:00
2016-08-19 14:11:01 +01:00
2016-09-15 14:39:38 +01:00
2016-10-10 08:45:34 +10:00
2016-10-10 08:45:34 +10:00
2016-07-14 14:45:23 -04:00
2015-10-04 14:51:05 -04:00
2015-10-05 16:17:49 +02:00
2015-10-04 14:51:05 -04:00
2008-06-02 21:41:35 +00:00
2013-08-08 15:26:18 -04:00
2015-10-04 14:51:05 -04:00
2016-05-04 23:09:45 -04:00
2016-07-14 14:45:23 -04:00
2016-07-14 14:45:23 -04:00
2008-06-02 21:41:35 +00:00
2016-06-26 16:43:07 +02:00
2015-10-04 14:51:05 -04:00
2016-04-26 19:45:06 +02:00
2015-10-05 16:17:49 +02:00
2013-07-17 08:06:26 +01:00
2016-07-14 14:45:23 -04:00
2015-12-01 14:22:38 +10:00
2016-07-12 08:34:35 -04:00
2016-07-14 14:45:23 -04:00
2015-10-05 16:17:49 +02:00
2015-10-04 14:51:05 -04:00
2016-07-14 14:45:23 -04:00
2015-10-05 16:17:49 +02:00
2016-09-19 11:33:07 +02:00
2016-09-19 14:47:52 +10:00
2016-07-14 14:45:23 -04:00
2009-04-18 16:15:12 +00:00
2015-10-05 16:17:49 +02:00
2008-06-02 21:41:35 +00:00
2008-06-02 21:41:35 +00:00
2016-07-18 10:56:43 -04:00
2014-03-04 15:25:58 +01:00
2016-07-14 14:45:23 -04:00
2015-10-05 16:17:49 +02:00
2016-10-04 22:18:23 +02:00
2016-02-17 17:03:14 +01:00
2016-09-19 14:47:52 +10:00
2016-07-14 14:45:23 -04:00
2015-10-05 16:17:49 +02:00
2015-10-05 16:17:49 +02:00
2016-07-25 17:16:32 +02:00
2016-07-19 15:05:16 +02:00
2016-08-14 08:33:23 -04:00
2013-07-17 08:08:46 +01:00
2014-12-03 17:31:04 +07:00
2015-10-22 11:51:03 -04:00
2015-12-02 20:18:48 +01:00
2015-10-05 16:17:49 +02:00
2015-10-04 14:51:05 -04:00
2015-12-01 14:22:38 +10:00
2016-07-14 14:45:23 -04:00
2016-07-14 14:45:23 -04:00
2015-10-04 14:51:05 -04:00
2015-10-05 16:17:49 +02:00
2016-02-14 00:10:41 +01:00
2015-10-05 16:17:49 +02:00
2015-10-30 15:55:26 +01:00
2016-10-10 08:45:34 +10:00
2016-07-19 20:33:36 +02:00
2015-10-05 16:17:49 +02:00
2015-10-05 16:17:49 +02:00
2014-02-17 15:29:18 -05:00
2015-10-05 16:17:49 +02:00
2015-09-16 11:22:16 +10:00
2015-10-05 16:17:49 +02:00
2016-07-14 14:45:23 -04:00
2016-10-04 22:18:52 +02:00
2016-10-10 08:45:34 +10:00