Welcome! Please see the About page for a little more info on how this works.

0 votes
in Collections by

I think sorted-set (PersistentTreeSet) should implement the transient interface. It's a special-purpose set and should be usable just like every normal set.

3 Answers

0 votes
by

Comment made by: hircus

Note that this would require PersistentTreeMap to implement IEditableCollection as well.

0 votes
by

Comment made by: jafingerhut

Anyone wishing for sorted sets/maps with transients should consider the data.avl library, which has them: https://github.com/clojure/data.avl

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-995 (reported by the-kenny)
...