PyDA icon indicating copy to clipboard operation
PyDA copied to clipboard

Compress Data as Necessary

Open jchristman opened this issue 11 years ago • 0 comments

Should probably wait on this so that we can implement compression across the board when we get to it. Possible places for implementation are:

Pickling (initial tests showed a 90% reduction in size using zlib) Network traffic - can't do this until we have a functional multiplayer functionality

jchristman avatar May 21 '14 16:05 jchristman