Skip to content

Improve Queue performance #53

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

Merged

Conversation

ferranpujolcamins
Copy link
Collaborator

Bfs performance improve of 92% in star graph test.
Removing elements at the beginning is expensive!

Bfs performance improve of 92% in star graph test.
Removing elements at the beginning is expensive!
@davecom davecom merged commit 245a58b into davecom:master Oct 26, 2018
@davecom
Copy link
Owner

davecom commented Oct 26, 2018

Wow, great win! You essentially implemented a deque.

@ferranpujolcamins ferranpujolcamins deleted the Search-performance-improvements branch November 18, 2018 18:33
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