Skip to content

Releases: DataDog/lading

0.3.0

01 Jul 15:03
286db2b
Compare
Choose a tag to compare
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

28 Jun 19:58
2247a5f
Compare
Choose a tag to compare
Update cargo.lock, bump to 0.2.2

Signed-off-by: Brian L. Troutwine <brian@troutwine.us>

0.2.0

28 Jun 18:38
eca8416
Compare
Choose a tag to compare
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

21 Jun 21:54
87c5064
Compare
Choose a tag to compare
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

17 Jun 18:28
5f02787
Compare
Choose a tag to compare
release fiddling

Signed-off-by: Brian L. Troutwine <brian@troutwine.us>