Compression algorithm for JSON encoded packets?

前端 未结 7 1656
Happy的楠姐
Happy的楠姐 2020-12-14 03:00

What would be the best compression algorithm to use to compress packets before sending them over the wire? The packets are encoded using JSON. Would LZW be a good one for th

相关标签:
7条回答
  • 2020-12-14 04:02

    There are two more JSON compression algorithms: CJson & HPack The HPack does a very good job, comparable to gzip compression.

    0 讨论(0)
提交回复
热议问题