Skip to content
GitLab
Explore
Sign in
Register
refactoring(perf): replace tree traversal with a custom one
Code
Review changes
Check out branch
Download
Patches
Plain diff
Denis Smirnov
requested to merge
issue224
into
main
Jan 11, 2023
Overview
2
Commits
1
Pipelines
2
Changes
32
Expand
Reduce the amount of the heap allocations (use recursion instead of the heap stack).
Remove
EqClassTreeIterator
(dead code)
Merge request reports