From 09eceeec6e1bda959913c1ece3d3fdfc9e7b2493 Mon Sep 17 00:00:00 2001 From: Yoonchae Date: Sat, 9 Oct 2021 16:08:19 +0900 Subject: [PATCH] update version and benchmark --- Cargo.toml | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9e46795..fe535dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xml-doc" -version = "0.1.0" +version = "0.1.1" authors = ["Yoonchae Lee "] description = "Read, modify and write xml in tree-like structure. Supports UTF-16." edition = "2018" diff --git a/README.md b/README.md index 37cc897..c1dbed2 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ To run benchmark: `cd benches ; cargo bench`. ``` tiny(4.8KB) medium(1.5MB) large(25MB) medium(UTF-16) -xml_doc v0.1.0: 88.27us 35.11ms 370.35ms 36.29ms -minidom v0.12.0: 86.41us 47.64ms 612.22ms -roxmltree v0.14.1: 53.96us 18.62ms 353.33ms -xmltree v0.10.3: 4292.9 us 1329.4 ms 22442. ms +xml_doc v0.1.1: 88.40us 32.06ms 370.38ms 33.40ms +minidom v0.12.0: 104.70us 48.80ms 682.06ms +roxmltree v0.14.1: 53.00us 17.40ms 359.34ms +xmltree v0.10.3: 4341.9 us 1352.2 ms 22863. ms ``` -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). +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).