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

Implement more efficient base container #3

Open
Macr0Nerd opened this issue Sep 30, 2022 · 0 comments
Open

Implement more efficient base container #3

Macr0Nerd opened this issue Sep 30, 2022 · 0 comments
Labels
enhancement New feature or request hacktoberfest Hacktoberfest! help wanted Extra attention is needed

Comments

@Macr0Nerd
Copy link
Owner

Currently the Fibonacci Heap runs on top of an STL linked list. I am very open to changing this to increase performance, however I currently do not have the time to do so. Any STL compliant container that has

  • push_back/emplace_back
  • size
  • back

As well as maintains reference stability is a valid option for the heap to run on top of. Something portable or easy to use would be preferred.

@Macr0Nerd Macr0Nerd added enhancement New feature or request help wanted Extra attention is needed hacktoberfest Hacktoberfest! labels Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Hacktoberfest! help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant