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

Perf: optimze Queue data structure #902

Merged
merged 6 commits into from
Jun 9, 2020

Conversation

jindraivanek
Copy link
Contributor

This is total rewrite of Queue data structure for performance for our use case.

before

Method Mean Error StdDev Rank Gen 0 Gen 1 Gen 2 Allocated
Format 35.68 s 6.544 s 0.359 s 1 2376000.0000 777000.0000 82000.0000 11.92 GB

after

Method Mean Error StdDev Rank Gen 0 Gen 1 Gen 2 Allocated
Format 33.09 s 8.043 s 0.441 s 1 2165000.0000 668000.0000 79000.0000 10.75 GB

@jindraivanek jindraivanek requested a review from nojaf June 9, 2020 19:09
@jindraivanek jindraivanek merged commit c6e400e into fsprojects:master Jun 9, 2020
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.

None yet

2 participants