LZOとSnappyは共に、圧縮効率は他に劣るものの、処理速度が早いことを売りにした圧縮ライブラリ。http://www.oberhumer.com/opensource/lzo/http://code.google.com/p/snappy/ インストールPythonで使うならば、LZOに関しては python-lzo-static を使うの楽なのだろうか?https://bitbucket.org/james_taylor/python-lzo-static $ hg clone https://bitbucket.org/james_taylor/python-lzo-static $ cd python-lzo-static $ pythnon setup.py install SnappyはPyPIに登録されているので、もしSnappyがインストールされているならば*1、 $ p