integer_encoding_library
integer_encoding_library copied to clipboard
Improve encoding processing
During encoding, many memory allocations in std:vector makes encoding time longer, so these working space might need to be allocated only once for performance reasons.