ddidderr
e446d9b74f
* backtracking: main loop simplified * instead of the `fixed` Vec, we now use skip fields to calculate how many fields to skip in `next()` and `prev()`. This is faster because we get rid of the `if` statement thus no branching occurs.
3 lines
84 B
TOML
3 lines
84 B
TOML
[build]
|
|
rustflags = ["-C", "target-cpu=native", "-C", "target-feature=+crt-static"]
|