README comment

This commit is contained in:
Ruben van de Ven 2020-10-02 16:50:45 +02:00
parent a6ac50c3b3
commit 1319e644b1
1 changed files with 5 additions and 1 deletions

View File

@ -12,4 +12,8 @@ Most importantly
```bash ```bash
cargo build --lib --release cargo build --lib --release
``` ```
## Notes
It _could_ be that the code in commit `f9b066a166fb0d2f042c6f745fa0ffbcce100666` is actually faster than the current master. While this is certainly not the case in a `debug` build (HEAD is way faster!), a `release` build seems to bring it up to higher speeds... confusing :-)