Skip to content

DhiaTN/avro-benchmarking-py3

Repository files navigation

Benchmarking avro in python 3


Comparing 2 common Apache Avro implementations in python 3:

Tests have been done with python3.7 and python3.8 interpreters, maybe more would be tested later.

avro_benchmarking

What is really relevent for us in the tables above, is the number of operations performed per unit of time (kops/s). The 2 plots below show the performace of the 2 libraries with different python versions:

Encoders Benchmark Decoders Benchmark
encoders-benchmark_plot decoders-benchamrk_plot

I share the benchmarking raw results under reports.

Releases

No releases published

Packages

No packages published

Languages