Further Optimize Initial Transposition #655
Labels
✨ optimisation
It's all about speed / space
🎓 student programmer
Work, work...
🎓 student project
Work, work... but academic!
Milestone
The initial transposition sweep seems to be an endless ground for optimization in many cases.
Which leads to more questions:
ANSWER: There is still a 2% overhead.
HYPOTHESIS: look at the terminal count and possibly the width/nodes ratio.
HYPOTHESIS: this would be if the deepest variable is very shallow.
For implementation(s) of the above, we may want to add the following.
__quantify__get_deepest
with a__quantify__pred_profile
that doesn't stop early but instead records a lot of information.__quantify__max_partial_sweeps
should also use this profile instead, instead of reopening the file.The text was updated successfully, but these errors were encountered: