Create pool of reusable PTree iterators
Open
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 1.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 126
Description
Each lookup into the PTree stores pointers to nodes in the tree in a `std::vector` for backtracking when iterating through the tree. The `std::vector`s could be re-used between lookups to save on the number of allocations done for each lookup.
Contributor guide
Assessment
This issue has not been assessed yet.