We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b7d9e commit 2b8d70aCopy full SHA for 2b8d70a
README.md
@@ -102,7 +102,7 @@
102
- e.g. `"0x00" -> vec![0_u8]`
103
104
## Benchmark results
105
-<div align="right"><sub>Tuesday, January 9th, 2024</sub></div>
+<div align="right"><sub>Wed, Dec 18th, 2024</sub></div>
106
107
```rs
108
array_bytes::bytes2hex time: [11.175 µs 11.198 µs 11.219 µs]
@@ -112,7 +112,7 @@ faster_hex::hex_encode_fallback
112
time: [12.055 µs 12.095 µs 12.135 µs]
113
hex::encode time: [73.787 µs 75.290 µs 76.798 µs]
114
rustc_hex::to_hex time: [43.948 µs 44.517 µs 45.504 µs]
115
-
+---
116
array_bytes::hex2bytes time: [19.294 µs 19.383 µs 19.500 µs]
117
array_bytes::hex2bytes_unchecked
118
time: [19.507 µs 19.666 µs 19.850 µs]
0 commit comments