sharksforarms / deku

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

Attributes spelling fix #423

Closed wcampbell0x2a closed 2 months ago

github-actions[bot] commented 4 months ago

Benchmark for a6667a1

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | deku_read_bits | **1108.3±19.61ns** | 1150.6±15.87ns | **+3.82%** | | deku_read_byte | 19.1±0.40ns | 19.2±0.36ns | +0.52% | | deku_read_enum | 9.4±0.40ns | 9.5±0.14ns | +1.06% | | deku_read_vec | 57.1±0.86ns | 57.9±1.11ns | +1.40% | | deku_write_bits | 109.7±1.92ns | 111.3±2.22ns | +1.46% | | deku_write_byte | **121.8±1.72ns** | 126.0±3.61ns | **+3.45%** | | deku_write_enum | **87.4±5.69ns** | 95.4±3.00ns | **+9.15%** | | deku_write_vec | 3.0±0.04µs | 3.0±0.05µs | 0.00% |