Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit fec6de3

Browse files
update version, benchmark
1 parent ca0344b commit fec6de3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xml-doc"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Yoonchae Lee <bluegreenmagick@gmail.com>"]
55
description = "Read, modify and write xml in tree-like structure. Supports UTF-16."
66
edition = "2018"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ To run benchmark: `cd benches ; cargo bench`.
5252

5353
```
5454
tiny(4.8KB) medium(1.5MB) large(25MB) medium(UTF-16)
55-
xml_doc v0.1.1: 88.40us 32.06ms 370.38ms 33.40ms
56-
minidom v0.12.0: 104.70us 48.80ms 682.06ms
57-
roxmltree v0.14.1: 53.00us 17.40ms 359.34ms
58-
xmltree v0.10.3: 4341.9 us 1352.2 ms 22863. ms
55+
xml_doc v0.2.0: 73.79us 29.74ms 341.05ms 29.16ms
56+
minidom v0.12.0: 85.19us 40.09ms 565.04ms
57+
roxmltree v0.14.1: 49.34us 16.33ms 330.90ms
58+
xmltree v0.10.3: 4065.8 us 1204.7 ms 21198. ms
5959
```
6060

6161
Only roxmltree which doesn't support writing, is considerably faster than xml_doc. You can see the result of the benchmarks [here](https://github.com/BlueGreenMagick/xml-doc/runs/3845335396).

0 commit comments

Comments
 (0)