Skip to content

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.

3 participants