Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix benchmarks to use pyperf | Carson Ip | 2020-02-05 | 1 | -2/+2 |
| | |||||
* | Vendor `six` consistently | Jeff Widman | 2018-10-22 | 1 | -1/+1 |
| | | | | Use vendored `six`, and also `six.moves.range` rather than `xrange` | ||||
* | Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵ | Taras Voinarovskyi | 2017-10-25 | 1 | -0/+443 |
(#1185) Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls. |