Added
- [`speedtest.py`](/tests/speedtest.py), a benchmark tool for the speed of our implementations
Changed
- Speed up of BLANC computation by a factor of 75 at the price of straightforwardness of
implementation. The slow and straightforward implementation is still available behind a parameter
and is used to test the consistency of the fast one.
([5](https://github.com/LoicGrobol/scorch/pull/5))
Previous versions
No real changelog was kept for the previous versions, you can have a look at the history but it is
not for the faint of heart