File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,17 @@ Enabling this feature without `libc++` installed would cause compile error.
25
25
26
26
### Performance
27
27
28
- Ada is fast. The benchmark below shows ** 3.34 times** faster URL parsing compared to ` url `
28
+ Ada is fast. The benchmark below shows ** 3.49 times** faster URL parsing compared to ` url `
29
29
30
30
``` text
31
- parse /ada_url time: [2.0790 µs 2.0812 µs 2.0835 µs]
32
- thrpt: [369.84 MiB/s 370.25 MiB/s 370.65 MiB/s]
31
+ can_parse /ada_url time: [1.2109 µs 1.2121 µs 1.2133 µs]
32
+ thrpt: [635.09 MiB/s 635.75 MiB/s 636.38 MiB/s]
33
33
34
- parse/url time: [6.9266 µs 6.9677 µs 7.0199 µs]
35
- thrpt: [109.77 MiB/s 110.59 MiB/s 111.25 MiB/s]
34
+ parse/ada_url time: [2.0124 µs 2.0157 µs 2.0190 µs]
35
+ thrpt: [381.67 MiB/s 382.28 MiB/s 382.91 MiB/s]
36
+
37
+ parse/url time: [7.0530 µs 7.0597 µs 7.0666 µs]
38
+ thrpt: [109.04 MiB/s 109.15 MiB/s 109.25 MiB/s]
36
39
```
37
40
38
41
### Implemented traits
You can’t perform that action at this time.
0 commit comments