rust version: backtracking simplified and other improvements
* 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.
This commit is contained in:
414
flamegraph.svg
Normal file
414
flamegraph.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 35 KiB |
Reference in New Issue
Block a user