Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix WakeupTreeIterator bug comparing diff iterators
authorMaxwell Pirtle <maxwellpirtle@gmail.com>
Fri, 16 Jun 2023 13:25:01 +0000 (15:25 +0200)
committerMaxwell Pirtle <maxwellpirtle@gmail.com>
Fri, 16 Jun 2023 13:31:30 +0000 (15:31 +0200)
Prior to this commit, the WakeupTreeIterator
compared iterators stemming from different
collections. This isn't defined behavior though :/.

The goal was to determine if a node should add its
children again when moving to the next node in the
iteration. Instead it suffices to keep track of which
nodes have already added their children after adding
them to the ordering.


No differences found