Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
branch: master

README.md

Python Serialization Benchmark

Code to measure the rate of a couple different python serialization libraries. Details are in the blog post.

OSX install

brew install thrift
pip install -r requirements.txt

If you have isues with not being able to build matplotlib due to not finding freetype, try:

ln -s /usr/local/opt/freetype/include/freetype2 /usr/local/include/freetype
Something went wrong with that request. Please try again.