Motivation:
Reduce size of saved files, without the slow file writing of zlib.
Allowing compression to be enabled by default.
Description:
Recently there have been multiple fast compression algorithms, while some more investigation can be done (especially regarding multi-threaded compression), it looks like LZ4 would be a good candidate for our purposes.
Estimated Time: 2..4 days (maybe a day if there are no complications)