sharksforarms / deku

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

Fix broken doc links #422

Closed wcampbell0x2a closed 2 months ago

github-actions[bot] commented 4 months ago

Benchmark for 5112f1a

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | deku_read_bits | 1183.2±30.64ns | **1087.0±18.40ns** | **-8.13%** | | deku_read_byte | 19.0±0.43ns | 18.8±0.63ns | -1.05% | | deku_read_enum | **9.3±0.21ns** | 9.4±0.09ns | **+1.08%** | | deku_read_vec | **56.7±0.62ns** | 57.6±0.93ns | **+1.59%** | | deku_write_bits | 109.6±1.76ns | 109.8±0.88ns | +0.18% | | deku_write_byte | 124.5±5.14ns | 123.5±3.89ns | -0.80% | | deku_write_enum | 87.6±4.71ns | 84.6±3.28ns | -3.42% | | deku_write_vec | 3.0±0.08µs | 3.0±0.06µs | 0.00% |