1 parent 4b76296 commit 4286904Copy full SHA for 4286904
1 file changed
README.md
@@ -22,13 +22,11 @@ XPath selection for HTML in Rust. Alpha stage, expect breaking changes.
22
23
## Benchmarks
24
25
-
26
-
27
-| Library | Time |
28
-|---------|------|
29
-| microdom | 8.24 ms |
30
-| html5ever | 18.22 ms |
31
-| tl | 2.30 ms |
+| Library | HTML+CSS+JS ~10KB | Clean HTML ~20KB | Micro | Avg speed | Notes |
+|:---|---:|---:|---:|---:|:---|
+| **microdom** | 75 MiB/s | 81 MiB/s | 3.1 MiB/s | ~53 MiB/s | Full DOM tree |
+| **html5ever** | 26 MiB/s | 23 MiB/s | 7.8 MiB/s | ~19 MiB/s | Full DOM tree; faster on tiny docs |
+| **tl** | 190 MiB/s | 129 MiB/s | 37 MiB/s | ~119 MiB/s | ⚠️ Tag index only, not a DOM tree |
32
33
34
## Quick Start
0 commit comments