-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously reserialization of token streams with removed null values was performed on a byte-per-byte basis, which was quite inefficient to say the least. Now it uses `io::copy` to copy in chunks of 65kb, which makes out our throughput and should deliver about 150MB/s at least.
- Loading branch information
Showing
1 changed file
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters