summaryrefslogtreecommitdiff
path: root/benchmarks/varint_speed.py
Commit message (Collapse)AuthorAgeFilesLines
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵Taras Voinarovskyi2017-10-251-0/+443
(#1185) Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls.