Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nidx_map is cleared after `Reset`, but histogram data size isn't changed hence histogram recycling is used in later iterations. After a reset(building new tree), newly allocated node will start from 0, while recycling always choose the node with smallest index, which happens to be our newly allocated node 0.
- Loading branch information