Skip to content
New issue

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

Instant tick time #15

Open
calvincramer opened this issue Oct 29, 2018 · 3 comments
Open

Instant tick time #15

calvincramer opened this issue Oct 29, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@calvincramer
Copy link
Owner

For fastest, "real time" sorting

@calvincramer calvincramer added the enhancement New feature or request label Oct 29, 2018
@calvincramer
Copy link
Owner Author

Or maybe just smaller than 1ms tick

@calvincramer
Copy link
Owner Author

calvincramer commented Nov 14, 2018

Implemented, but need to limit how often the screen is painted to,
actually need to do this for every tick tick that is FASTER than the refresh rate of the monitor.
Since currently it repaints every tick.

@calvincramer
Copy link
Owner Author

Implemented separate timer for repainting window, but need to worry about concurrency now
Throws errors when runs to quickly
Also when tick time is 0 the screen is not repainted until the end of the sorting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant