NAMD / pypelinin

Python library to distribute jobs and pipelines among a cluster
3 stars 5 forks source link

Benchmark Message Pack versus JSON #62

Open turicas opened 11 years ago

turicas commented 11 years ago

Message Pack is known for being faster than JSON. We should create a benchmark using ZeroMQ's built-in communication with JSON and modify pypelinin.Client class to use Message Pack instead of JSON so we can create a benchmark between the two serializers. Things to be benchmarked: