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

Split PriorityQueue into Stable- and Non-Stable Implementations #7

Closed
BlueRaja opened this issue Apr 12, 2016 · 2 comments
Closed

Split PriorityQueue into Stable- and Non-Stable Implementations #7

BlueRaja opened this issue Apr 12, 2016 · 2 comments

Comments

@BlueRaja
Copy link
Owner

The code to keep the priority queue stable is not necessary for most applications. Separating that code out into a separate class would make the implementation faster.

@BlueRaja
Copy link
Owner Author

BlueRaja commented Apr 19, 2016

This has now been implemented in the Version_3_0 branch. The improvement only seems to be about 2%.

@BlueRaja
Copy link
Owner Author

Completed in #13

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

No branches or pull requests

1 participant