clojure - What is the 'parallel' concept in Rich Hickey's transducers Strange Loop talk? -
in strange loop presentation on transducers rich hickey mentions @ concept in table called 'parallel'.
you can see examples of seqs , , channels using transducers.
now can work out observables are talking rxjava.
my question what 'parallel' concept in rich hickey's transducers unusual loop talk? list of futures, or pmap or else?
there have been thoughts creating parallel transducible processes. beingness tracked clj-1553. not planning address in clojure 1.7, in clojure 1.8.
it possible set reducer uses transducer bottom cut down phase (along more traditional combiner fns) ideally able leverage "self-reducible" concept embodied persistent vectors , maps back upwards transduce in parallel in more natural way.
it right emerge sort of preduce function, still much decided.
one problematic area in dealing kv forms - reducers made choices there hard or inconvenient transducers needs worked through.
clojure transducer
No comments:
Post a Comment