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

Use Statix incremental solver #290

Open
1 task
MeAmAnUsername opened this issue Apr 14, 2022 · 1 comment
Open
1 task

Use Statix incremental solver #290

MeAmAnUsername opened this issue Apr 14, 2022 · 1 comment
Labels
Component: code base The code quality of the project (does not affect functionality) Priority: low Status: blocked Status: specified Enhancement that is ready to implement Type: enhancement New feature or request

Comments

@MeAmAnUsername
Copy link
Owner

Summary
Switch Statix solver from the single threaded solver to the incremental solver

Todo

  • Switch to Statix incremental solver

Reason
The incremental solver should hopefully be faster than the single-threaded solver.

Related issues

  • Refactor module system #204 refactors the module system to make the code better suitable for the concurrency in the incremental solver, and possibly the incremental solver in general.
  • This issue looks into improving performance by changing the project configuration. Improve Statix specification #236 looks into improving the performance and code quality by refactoring the specification.
  • Supersedes Use Statix concurrent solver #238, as the incremental solver is also concurrent.
@MeAmAnUsername MeAmAnUsername added Type: enhancement New feature or request Status: specified Enhancement that is ready to implement Component: code base The code quality of the project (does not affect functionality) Priority: low labels Apr 14, 2022
@MeAmAnUsername
Copy link
Owner Author

Attempted, but failed due to Statix bug: metaborg/nabl#96
Blocked until that is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: code base The code quality of the project (does not affect functionality) Priority: low Status: blocked Status: specified Enhancement that is ready to implement Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant