Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
566 stars 55 forks source link

Nippy performance: disable compression but keep header #170

Closed ptaoussanis closed 9 years ago

ptaoussanis commented 9 years ago

In reference to #168:

This commit benefits performance (esp. write performance) over a possible minor increase in serialized data size (usu. <5% extra size).

Note that by keeping the header, we retain the option of changing compression strategies later in a fully back and forward compatible way.

cloudbees-pull-request-builder commented 9 years ago

NetflixOSS » PigPen » PigPen-pull-requests #14 SUCCESS This pull request looks good