Consider alternative unfoldTreeM_BF and unfoldForestM_BF implementations
Open
performance
Tree
- Dominant language
- Haskell
- Stars
- 355
- Forks
- 194
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 4
Description
These algorithms only need queues; the full power of `Seq` is overkill, and must necessarily slow things down. We could switch to something simpler, like Okasaki's bootstrapped queues. Alternatively, there might, perhaps, be some other algorithms that avoid the need for queues altogether.
Contributor guide
Assessment
This issue has not been assessed yet.