summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵Taras Voinarovskyi2017-10-253-2/+449
| | | | | (#1185) Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls.
* Added minor fixes for PR reviewTaras2017-10-122-9/+13
|
* Added specific to record/ folder micro benchmarks to get exact speed change ↵Taras2017-10-123-0/+155
| | | | after updating to V2 message format
* Adapt benchmark scripts from https://github.com/mrafayaleem/kafka-jythonbenchmarksDana Powers2016-07-162-0/+337
|
* Move load_example.py to benchmarks/Dana Powers2016-07-161-0/+65