Hacker News new | ask | show | jobs
by WalterBright 2919 days ago
Since the first pass quit when it finds the first marked node, the zeroing can traverse the structure, erasing marked bits, and stopping at the first 0. The entire structure doesn't have to be visited.
1 comments

The entire structure doesn't have to be visited.

We are both saying this.