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

[Epic] M4: Faster Solarkraft #138

Open
thpani opened this issue Oct 14, 2024 · 0 comments
Open

[Epic] M4: Faster Solarkraft #138

thpani opened this issue Oct 14, 2024 · 0 comments
Assignees
Labels
epics Top-level issues

Comments

@thpani
Copy link
Collaborator

thpani commented Oct 14, 2024

Extend Apalache to accept verification requests on a JSON/REST endpoint and use this endpoint for integration with Solarkraft.

Context: Solarkraft currently spawns a fresh Apalache process for each transaction it verifies. Since Apalache runs on JVM, this incurs a significant startup cost. Apalache supports a protobuf-based server mode that comes without this startup penalty, but only accepts unstructured TLA+ (not the structured Apalache JSON IR produced by Solarkraft).

Deliverables: code (+ tests), performance evaluation

@thpani thpani added the epics Top-level issues label Oct 14, 2024
@thpani thpani self-assigned this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epics Top-level issues
Projects
None yet
Development

No branches or pull requests

1 participant