Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chg: use more performant data type for finding element lineage
- For insert/pop on the left side: O(1) for deque vs. O(n) for list. - Avoids creating lots of new lists with [] + []. - Did not investigate whether the "flat" filter is still necessary.
- Loading branch information