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

Commit 09eceee

Browse files
update version and benchmark
1 parent c0d77f5 commit 09eceee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.0"
3+
version = "0.1.1"
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: 5 additions & 5 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.0: 88.27us 35.11ms 370.35ms 36.29ms
56-
minidom v0.12.0: 86.41us 47.64ms 612.22ms
57-
roxmltree v0.14.1: 53.96us 18.62ms 353.33ms
58-
xmltree v0.10.3: 4292.9 us 1329.4 ms 22442. ms
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
5959
```
6060

61-
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/actions/runs/1322736020).
61+
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)