Go to file
Félix Baylac-Jacqué e39f94bd25
Reference read
Perf:

$ time target/release/fast-fantoir FANTOIR0721

real	0m0,608s
user	0m0,526s
sys	0m0,081s

$ time target/debug/fast-fantoir FANTOIR0721

real	0m11,664s
user	0m11,549s
sys	0m0,113s

I highly suspect the release build to optimize out the useless file
read, partially explaining the *MASSIVE* perf difference between the
release build and the debug one.

This gives up a baseline speed order though. We should probably be
able to stay below 1 minute to generate the DB.
2021-11-03 21:27:07 +01:00
src Reference read 2021-11-03 21:27:07 +01:00
.gitignore Reference read 2021-11-03 21:27:07 +01:00
Cargo.lock Reference read 2021-11-03 21:27:07 +01:00
Cargo.toml Reference read 2021-11-03 21:27:07 +01:00
shell.nix Reference read 2021-11-03 21:27:07 +01:00