Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgottesbueren committed Aug 4, 2023
1 parent 1fec432 commit 2c512db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace rebalancer {
struct alignas(64) GuardedPQ {
GuardedPQ(PosT *handles, size_t num_nodes) : pq(handles, num_nodes) { }
float top_key = std::numeric_limits<float>::min();
SpinLock lock;
SpinLock2 lock;
ds::MaxHeap<float, HypernodeID> pq;

void reset() {
Expand Down

0 comments on commit 2c512db

Please sign in to comment.