sharksforarms / deku

Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
Apache License 2.0
1.14k stars 55 forks source link

Add tokenstream support for bytes attribute #489

Closed wcampbell0x2a closed 1 month ago

github-actions[bot] commented 1 month ago

Benchmark for 9e5a546

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | count | 5.0±0.03µs | 5.0±0.01µs | 0.00% | | deku_read_bits | 1178.2±11.13ns | **1166.9±17.72ns** | **-0.96%** | | deku_read_byte | 5.8±0.06ns | 5.8±0.07ns | 0.00% | | deku_read_enum | 5.3±0.03ns | 5.3±0.05ns | 0.00% | | deku_read_vec | 85.2±1.32ns | **43.0±0.69ns** | **-49.53%** | | deku_write_bits | 199.4±3.08ns | **181.6±3.98ns** | **-8.93%** | | deku_write_byte | 25.0±0.18ns | 25.0±0.56ns | 0.00% | | deku_write_enum | 22.8±0.34ns | 22.8±0.22ns | 0.00% | | deku_write_vec | **423.3±8.16ns** | 443.4±7.30ns | **+4.75%** | | read_all | 5.7±0.08µs | 5.7±0.03µs | 0.00% | | read_all_bytes | **5.6±0.04µs** | 5.7±0.12µs | **+1.79%** |