Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quic: Avoid bytes for VariableLengthInteger
Allocation of bytes objects due to parsing and usage of pack and the invocation of to_uint() showed significantly in profiles (3.3% sample matches). Switch to a more procedural approach to avoid the allocation overhead.
- Loading branch information