Update deps & remove build_most_optimized comment since benchmarks indicate it's false

This commit is contained in:
itsjunetime
2024-10-08 15:05:27 -06:00
parent ab7a3357a1
commit f6d339923b
5 changed files with 184 additions and 207 deletions
-2
View File
@@ -22,8 +22,6 @@ If it turns out that you're missing one of these, it will fail to compile and te
2. Clone the repo and `cd` into it
3. Run `cargo build --release`
Alternatively, if you'd like to squeeze the most performance out of this tool, you'll want to run `bash ./scripts/build_most_optimized.sh` and pull the resulting binary from `./target/$target/tdf`.
## Why in the world would you use this?
I dunno. Just for fun, mostly.