-
- Downloads
chore: improved CRC32 performance
Uses hardware acceleration if available, otherwise falls back to software implementation.
parent
99ea9a27
No related branches found
No related tags found
Showing
- Cargo.toml 5 additions, 0 deletionsCargo.toml
- benches/encoding.rs 3 additions, 3 deletionsbenches/encoding.rs
- benches/hashing.rs 51 additions, 0 deletionsbenches/hashing.rs
- crates/encoding/src/zippy.rs 41 additions, 14 deletionscrates/encoding/src/zippy.rs
- crates/hashing/src/crc32.rs 61 additions, 4 deletionscrates/hashing/src/crc32.rs
- src/state.rs 4 additions, 4 deletionssrc/state.rs
Loading
Please register or sign in to comment