Skip to content

refactoring(perf): replace tree traversal with a custom one

Denis Smirnov requested to merge issue224 into main
  1. Reduce the amount of the heap allocations (use recursion instead of the heap stack).
  2. Remove EqClassTreeIterator (dead code)

Merge request reports