summaryrefslogtreecommitdiff
path: root/benchmarks/record_batch_read.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix benchmarks to use pyperfCarson Ip2020-02-051-4/+4
|
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵Taras Voinarovskyi2017-10-251-1/+3
| | | | | (#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-121-4/+6
|
* Added specific to record/ folder micro benchmarks to get exact speed change ↵Taras2017-10-121-0/+78
after updating to V2 message format