haskell / haskell/containers

Consider alternative unfoldTreeM_BF and unfoldForestM_BF implementations

未关闭
#124 8 条评论 0 个 reaction 已指派 0 人 已被 @treeowl 认领 在 GitHub 查看
performance Tree
主要语言
Haskell
星标
355
派生
194
平均合并
3 天 4 小时
30 天内合并 PR
4

描述

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.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。