# array-bytes ### Collection of Array/Bytes/Hex Utilities. [![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Checks](https://github.com/hack-ink/array-bytes/actions/workflows/checks.yml/badge.svg?branch=main)](https://github.com/hack-ink/array-bytes/actions/workflows/checks.yml) [![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/hack-ink/array-bytes)](https://github.com/hack-ink/array-bytes/tags) [![GitHub code lines](https://tokei.rs/b1/github/hack-ink/array-bytes)](https://github.com/hack-ink/array-bytes) [![GitHub last commit](https://img.shields.io/github/last-commit/hack-ink/array-bytes?color=red&style=plastic)](https://github.com/hack-ink/array-bytes)

Abilities

Full docs: https://docs.rs/array-bytes/latest/array_bytes

TryFromHex Trait

bytes Prefixed Functions

hex Prefixed Functions

slice Prefixed Functions

vec Prefixed Functions

Serde Support (require feature serde)

Benchmark Results (09/02/2022)

``` array_bytes::bytes2hex time: [33.899 µs 34.282 µs 34.708 µs] change: [-0.3915% +1.1844% +2.5863%] (p = 0.13 > 0.05) No change in performance detected. Found 17 outliers among 100 measurements (17.00%) 3 (3.00%) high mild 14 (14.00%) high severe

hex::encode time: [51.175 µs 51.264 µs 51.363 µs] change: [+2.0994% +2.4153% +2.7523%] (p = 0.00 < 0.05) Performance has regressed. Found 8 outliers among 100 measurements (8.00%) 2 (2.00%) high mild 6 (6.00%) high severe

rustchex::tohex time: [29.986 µs 30.047 µs 30.109 µs] change: [+2.8693% +3.1627% +3.4581%] (p = 0.00 < 0.05) Performance has regressed. Found 3 outliers among 100 measurements (3.00%) 3 (3.00%) high mild

fasterhex::hexstring time: [8.9542 µs 8.9779 µs 9.0060 µs] change: [+4.2246% +5.4001% +7.1149%] (p = 0.00 < 0.05) Performance has regressed. Found 2 outliers among 100 measurements (2.00%) 2 (2.00%) high severe

fasterhex::hexencode_fallback time: [7.0233 µs 7.0515 µs 7.0826 µs] change: [+3.5567% +4.0274% +4.4658%] (p = 0.00 < 0.05) Performance has regressed. Found 5 outliers among 100 measurements (5.00%) 4 (4.00%) high mild 1 (1.00%) high severe

array_bytes::hex2bytes time: [100.96 µs 101.50 µs 102.36 µs] change: [+2.0328% +2.4346% +2.9052%] (p = 0.00 < 0.05) Performance has regressed. Found 10 outliers among 100 measurements (10.00%) 7 (7.00%) high mild 3 (3.00%) high severe

arraybytes::hex2bytesunchecked time: [92.686 µs 92.884 µs 93.105 µs] change: [+2.5338% +2.9441% +3.3840%] (p = 0.00 < 0.05) Performance has regressed. Found 10 outliers among 100 measurements (10.00%) 7 (7.00%) high mild 3 (3.00%) high severe

hex::decode time: [101.49 µs 101.79 µs 102.07 µs] change: [+2.1031% +2.5239% +2.9717%] (p = 0.00 < 0.05) Performance has regressed. Found 1 outliers among 100 measurements (1.00%) 1 (1.00%) high mild

rustchex::fromhex time: [66.393 µs 66.582 µs 66.771 µs] change: [+2.4947% +2.8302% +3.1924%] (p = 0.00 < 0.05) Performance has regressed. Found 5 outliers among 100 measurements (5.00%) 3 (3.00%) high mild 2 (2.00%) high severe

fasterhex::hexdecode time: [14.691 µs 14.721 µs 14.755 µs] change: [+2.2650% +2.5324% +2.8132%] (p = 0.00 < 0.05) Performance has regressed. Found 10 outliers among 100 measurements (10.00%) 7 (7.00%) high mild 3 (3.00%) high severe

fasterhex::hexdecode_unchecked time: [6.2365 µs 6.2541 µs 6.2712 µs] change: [+2.8963% +3.1983% +3.5016%] (p = 0.00 < 0.05) Performance has regressed. Found 2 outliers among 100 measurements (2.00%) 2 (2.00%) high mild

fasterhex::hexdecode_fallback time: [6.2442 µs 6.2607 µs 6.2774 µs] change: [+2.4825% +2.8756% +3.2449%] (p = 0.00 < 0.05) Performance has regressed. Found 2 outliers among 100 measurements (2.00%) 1 (1.00%) high mild 1 (1.00%) high sever ```