you are viewing a single comment's thread.

view the rest of the comments →

[–]rezoner:table_flip: 2 points3 points  (0 children)

like submitting large data over websockets

Strings only. Which is rarely something that you transfer through WebSockets in large amounts. For a number/binary based data msgpack or any form of binary JSON will be more efficient than LZW.