Releases: DataDog/lading
Releases · DataDog/lading
0.3.0
Pivot to the use of Arbitrary (#33) This commit contains some interesting work. Firstly, I have replaced the `buffer` code with the use of `Arbitrary`, reducing the project's dependence on wonky custom generation code. I have also removed any `BufWriter` in the spin loop, pivoting instead to the use of fixed MiB sized "blocks" that are constructed ahead of time before entering the spin loop. This slows down construction some -- hence the introduction of rayon -- but does significantly improve on file_gen's throughput capability. The config file has changed somewhat. We'll need to address the loss of line length control but this work feels overlong as is. Resolves #32 Resolves #31 REF #10 Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
0.2.2
Update cargo.lock, bump to 0.2.2 Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
0.2.0
Pre-define buffers of lines (#30) This commit introduces a startup-defined cache of lines that is then rotated through to reduce incidental CPU costs while emitting. This raises the program throughput. Bump to 0.2. Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
0.1.1
Bump tokio from 1.7.0 to 1.7.1 (#27) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.7.0...tokio-1.7.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0.1.0
release fiddling Signed-off-by: Brian L. Troutwine <brian@troutwine.us>