1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00
wezterm/varbincode
Wez Furlong a4a078cf98 Employ zstd compression for large pdus
This cuts down the coarse data from ~13k to ~200 bytes
2019-03-22 20:41:50 -07:00
..
src Employ zstd compression for large pdus 2019-03-22 20:41:50 -07:00
Cargo.toml add varbincode 2019-03-22 20:41:50 -07:00
README.md add varbincode 2019-03-22 20:41:50 -07:00

varbincode

varbincode is a binary serialization format that uses variable length encoding for integer values, which typically results in reduced size of the encoded data.

It is losely based on bincode which is offered under an MIT license (same as the wezterm crate from which varbincode originates) and is Copyright 2014 Ty Overby.