aphyr / tesser

Clojure reducers, but for parallel execution: locally and on distributed systems.
871 stars 39 forks source link

Operating on tuples? #13

Closed neverfox closed 8 years ago

neverfox commented 8 years ago

Is it possible to get tesser to operate on tuples, i.e. where the value passed to the reducer is itself a vector? It seems that it flattens all items flowing in so that you cannot operate on tuples as one item.

neverfox commented 8 years ago

Oh, I see. Just nest them another level deep.