We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef229c3 commit 6d372b3Copy full SHA for 6d372b3
README.md
@@ -133,21 +133,6 @@ XML.write(node) # String
133
- The most fair comparison is between `XML.Node` and `XMLDict.xml_dict`.
134
- See the `benchmarks/suite.jl` file.
135
136
-```
137
-8×2 DataFrame
138
- Row │ name bench
139
- │ String Trial
140
-─────┼───────────────────────────────────────────
141
- 1 │ XML.Raw Trial(9.833 μs)
142
- 2 │ XML.LazyNode Trial(9.875 μs)
143
- 3 │ collect(XML.LazyNode) Trial(61.907 ms)
144
- 4 │ XML.Node Trial(981.630 ms)
145
- 5 │ EzXML.readxml Trial(162.071 ms)
146
- 6 │ XMLDict.xml_dict Trial(1.047 s)
147
- 7 │ XML.LazyNode iteration Trial(48.887 ms)
148
- 8 │ EzXML.StreamReader Trial(138.746 ms)
149
150
-
151
```
152
XML.Raw 0.010209
153
XML.LazyNode 0.010333
0 commit comments