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

Improve Performance by Prefixing List and TCO, Bump to 0.4.0 #15

Merged
merged 1 commit into from
Nov 23, 2018

Conversation

hayesgm
Copy link
Contributor

@hayesgm hayesgm commented Nov 23, 2018

This patch improves performance of ExRLP by doing a better job at prepending to lists (a constant time operation) and making sure that calls can be tail-call optimized. To test the performance, we add a large decoding test that goes from 300 seconds to 7 seconds locally on a large decode. This fixes an issue with Warp that made it impossible to process large state packets.

This patch improves performance of ExRLP by doing a better job at prepending to lists (a constant time operation) and making sure that calls can be tail-call optimized. To test the performance, we add a large decoding test that goes from 300 seconds to 7 seconds locally on a large decode. This fixes an issue with Warp that made it impossible to process large state packets.
@hayesgm hayesgm requested a review from ayrat555 November 23, 2018 15:23
@hayesgm hayesgm merged commit 3d78d53 into master Nov 23, 2018
@ayrat555 ayrat555 deleted the hayesgm/improve-performance branch November 30, 2018 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants