Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-30 | more portable python shebangs (#5816) | Jörg Thalheim | |
This is useful on systems like NixOS, where python3 is not in /usr/bin/python3 as well as for people using alternative ways to install python such as virtualenv/pyenv. | |||
2016-12-01 | python: adjust imports, indentation, unused variables following pylint advice | Zbigniew Jędrzejewski-Szmek | |
2016-11-28 | Use python3 explicitly in all python scripts | Felipe Sateler | |
2015-11-03 | log-generator: add option to generate easily compressible data | Zbigniew Jędrzejewski-Szmek | |
This is useful to check that compression actually works, and how compression influences file size in the best-case-scenario for compression. (The answer is that not as much as one would hope: there's still a big overhead of the indexing and since every field is compressed separately, even fields that compress very well contribute to the file size. This overhead becomes negligible only for very big fields.) | |||
2014-07-15 | Add simple generator of fake journal export stream | Zbigniew Jędrzejewski-Szmek | |