Re: reducers and sets/PersistentSet

2015-11-10 Thread Alex Miller
Get cracking! :) On Tuesday, November 10, 2015 at 10:44:33 AM UTC-6, retnuH wrote: > > That's what I was thinking... > > I may try to put together a patch. > > But it may have to wait until after Clojure/Conj! Still don't have > presentation finished... > > H > > On Tuesday, 10 November 2015

reducers and sets/PersistentSet

2015-11-10 Thread retnuH
Hi there, I was playing with reducers recently, and was wondering why PersistentSets aren't foldable (i.e. don't take advantage of the Fork/Join stuff? Is there some fundamental reason why it wouldn't work (or is especially difficult), or just a case that no one has gotten around to

Re: reducers and sets/PersistentSet

2015-11-10 Thread Alex Miller
Persistent sets are really persistent maps under the hood, so in principle doesn't seem like there's any reason that shouldn't work. On Tuesday, November 10, 2015 at 10:23:19 AM UTC-6, retnuH wrote: > > Hi there, I was playing with reducers recently, and was wondering why > PersistentSets

Re: reducers and sets/PersistentSet

2015-11-10 Thread retnuH
That's what I was thinking... I may try to put together a patch. But it may have to wait until after Clojure/Conj! Still don't have presentation finished... H On Tuesday, 10 November 2015 16:26:58 UTC, Alex Miller wrote: > > Persistent sets are really persistent maps under the hood, so in