Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.09 KB

File metadata and controls

40 lines (24 loc) · 1.09 KB

ChangeLog

  • Improve decode speed by using a dictionary instead of string by @lucaslugao
  • Fix single byte/char edge cases in both encode and decode by @lucaslugao
  • Minor speed improvement in decode routine by @dvmc
  • Do not silently accept overflow data on decode
  • Fix decoding on output
  • Use bytes as input/output
  • Build infrastructure changes
  • Initial release