jchristman / PyDA

Python binary DisAssembler
http://suntzuii.github.io/PyDA/
Other
26 stars 10 forks source link

Compress Data as Necessary #42

Open jchristman opened 10 years ago

jchristman commented 10 years ago

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