Casey Rodarmor
4e6b475470
Benchmark and improve hashing performance
...
- Add a `bench` feature that exposes a hasher benchmark.
- Make the hasher read up to the next piece end and hash everything it
reads, instead of hashing one byte at a time. This was a 4x
improvement on the benchmark. (Terrible code == easy wins!)
type: performance
2020-05-26 00:15:09 -07:00
Casey Rodarmor
c1c8d3cb89
Move data
crate to its own repo
...
I suspect that the `data` crate will get more review, use, and
contributors if it lives in its own repository, so move it to
casey/data.
type: removed
2020-05-24 05:30:42 -07:00
Casey Rodarmor
bf29d74b3e
Add changelog to book
...
Add the changelog to the book. It's no longer comitted, so it's good to
have the current version available somewhere.
type: documentation
2020-04-30 00:22:43 -07:00
Casey Rodarmor
04338e3501
Merge documentation and changelog generation
...
Merge documentation generation into a single binary, `bin/gen`. This
includes: The changelog, man pages, the readme, and the book.
type: reform
2020-04-17 21:31:54 -07:00