Skip to content

Commit

Permalink
Optimize bit serialization by combination of several methods.
Browse files Browse the repository at this point in the history
- 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
yotarok committed Sep 21, 2023
1 parent 6e96049 commit b5b6a8a
Show file tree
Hide file tree
Showing 8 changed files with 798 additions and 68 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b5b6a8a

Please sign in to comment.