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

multithreaded liveness check #177

Open
Smattr opened this issue Dec 14, 2019 · 0 comments
Open

multithreaded liveness check #177

Smattr opened this issue Dec 14, 2019 · 0 comments

Comments

@Smattr
Copy link
Owner

Smattr commented Dec 14, 2019

As discussed in #176, the final liveness check is single threaded. At the time this was implemented, the liveness checks users wanted to use were simple enough that this wasn't a problem. However, this is no longer the case. E.g. 10f7a122b938d0d41f91bcdbe412c828c00519aa reported that one of their models takes ~5x as long to run the final liveness check as the rest of the entire checking run. We still don't have an efficient algorithm for liveness checking, but we should at least be able to ameliorate the problem by going multithreaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant