Skip to content

Fix and redo the priority queue#238

Open
cburstedde wants to merge 12 commits intodevelopfrom
feature-pqueue
Open

Fix and redo the priority queue#238
cburstedde wants to merge 12 commits intodevelopfrom
feature-pqueue

Conversation

@cburstedde
Copy link
Owner

Rework priority queue

Proposed changes

The previous pqueue implementation based on a binary heap was flawed.
Completely reworked interface and code, and reactivating the test.

It remains to check whether it all works under CMake. Would you be able to look into this @hannesbrandt?

@hannesbrandt
Copy link
Collaborator

I've added the new test and example to the respective CMakeLists.txt's and ran them. Everything looks fine to me. There are further tests (io_file, mpi_pack) that are included in the Makefile.am, but not in the CMakeLists.txt. Should I add them as well?

@cburstedde
Copy link
Owner Author

Thanks! You may add these tests, please, here or in #239, whatever is best.

@hannesbrandt
Copy link
Collaborator

I've added the tests to #239

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants