Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize bit serialization by combination of several methods.
- custom ByteVec struct is now used as a BitSink - add aligned byte addition API for BitSink - CRC computation buffer is now thread-locally pre-allocated
- Loading branch information