issues
search
sharksforarms
/
deku
Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
Apache License 2.0
1.14k
stars
55
forks
source link
Support Unit like structs for DekuWrite
#450
Closed
wcampbell0x2a
closed
5 months ago
wcampbell0x2a
commented
5 months ago
Fix support for DekuWrite by not adding fields to the struct destruction in deku-write proc-macro
Add test
Closes #449
github-actions[bot]
commented
5 months ago
Benchmark for 75a4489
Click to view benchmark
| Test | Base | PR | % | |------|--------------|------------------|---| | deku_read_bits | 1236.7±15.05ns | 1248.1±12.19ns | +0.92% | | deku_read_byte | 3.3±0.04ns | 3.3±0.11ns | 0.00% | | deku_read_enum | 2.5±0.07ns | 2.5±0.06ns | 0.00% | | deku_read_vec | 33.5±0.30ns | 33.3±2.13ns | -0.60% | | deku_write_bits | 170.5±8.78ns | 167.3±5.15ns | -1.88% | | deku_write_byte | 22.7±0.44ns | 22.8±0.85ns | +0.44% | | deku_write_enum | 21.1±0.20ns | 21.1±0.23ns | 0.00% | | deku_write_vec | **336.0±4.04ns** | 409.8±4.12ns | **+21.96%** |
Closes #449