summaryrefslogtreecommitdiff
path: root/benchmarks/varint_speed.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix benchmarks to use pyperfCarson Ip2020-02-051-2/+2
|
* Vendor `six` consistentlyJeff Widman2018-10-221-1/+1
| | | | Use vendored `six`, and also `six.moves.range` rather than `xrange`
* 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.