2024年Clojure状态调查! 中分享你的想法。

欢迎!请查看 关于 页面以了解更多关于如何使用此站点的信息。

0
集合

我认为 sorted-set (PersistentTreeSet) 应该实现 transient 接口。它是一个专用集合,应该像每个正常集合一样可用的。

3 个答案

0

评论者:hircus

请注意,这需要 PersistentTreeMap 也实现 IEditableCollection。

0

评论者:jafingerhut

希望使用具有 transients 的 sorted sets/maps 的任何人应考虑 data.avl 库,它具有这些特性:https://github.com/clojure/data.avl

0
2019年6月26日
参考: https://clojure.atlassian.net/browse/CLJ-995(由 the-kenny 报告)
...