We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's no reason to re-compute rational zoom ratios each time the program is started.
The text was updated successfully, but these errors were encountered:
marcam.ImageWindow.init_ui(), (including init of ImageScrolledCanvasMarks() with create_rational_zooms()) now (computing zoom ratios): 76.106ms, 75.318ms, 82.900ms, 76.830ms, 76.495ms, 74.042ms, 75.759ms, 74.836ms, 80.372ms, 81.949ms
median: 76.3ms mean: 77.5ms std: 3.0ms
Sorry, something went wrong.
After precomputing zoom ratios: 65.741ms, 66.654ms, 67.580ms, 65.643ms, 66.657ms, 65.513ms, 66.749ms, 66.771ms, 65.978ms, 68.523ms, 65.413ms
median: 66.7ms mean: 66.5ms std: 0.9ms
Definitely better.
fa5b216
itsayellow
No branches or pull requests
There's no reason to re-compute rational zoom ratios each time the program is started.
The text was updated successfully, but these errors were encountered: