You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
The text was updated successfully, but these errors were encountered: