Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vendor `six` consistently | Jeff Widman | 2018-10-22 | 3 | -3/+7 |
| | | | | Use vendored `six`, and also `six.moves.range` rather than `xrange` | ||||
* | Update remote urls: snappy, https, etc | Jeff Widman | 2018-10-22 | 1 | -1/+1 |
| | | | | | Snappy URL was outdated. Similarly, many of these sites now support https. | ||||
* | Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵ | Taras Voinarovskyi | 2017-10-25 | 3 | -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 review | Taras | 2017-10-12 | 2 | -9/+13 |
| | |||||
* | Added specific to record/ folder micro benchmarks to get exact speed change ↵ | Taras | 2017-10-12 | 3 | -0/+155 |
| | | | | after updating to V2 message format | ||||
* | Adapt benchmark scripts from https://github.com/mrafayaleem/kafka-jythonbenchmarks | Dana Powers | 2016-07-16 | 2 | -0/+337 |
| | |||||
* | Move load_example.py to benchmarks/ | Dana Powers | 2016-07-16 | 1 | -0/+65 |