-
Notifications
You must be signed in to change notification settings - Fork 139
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
Ackerman's function #552
Comments
Documenting my trial with ack[3;5]
Comment;
This gets back to a comment you made earlier on a separate issue: |
To test for memory leaks, I added Ackerman's function to the test suite.
results:
|
Here is the outline of a plan to improve the performance of the kona parser. This would take considerable work, and might require a rewrite of the kona execution modules since they expect the current parser output. There is a famously efficient implementation of A+ that is open source. Plan:
|
This issue was identified by @bakul while exploring issue #537
The text was updated successfully, but these errors were encountered: