- Removed the benchmark ns from source paths causing trouble in the jar (thanks @benedekfazekas)
p/frequencies
does not need a special keyfn.- Added
p/pmap
- Added
p/args
,p/or
andp/and
.
- Using
p/transduce
to implement frequencies. - Added ./examples
- Fix bug in
p/armap
for the sequential case. - Fixed missing laziness in external-sort
- Added
p/do
andp/doto
- Added
p/transduce
- Added
p/process-folder
- Added
p/slurp
- Consolidated and documented
p/min
andp/max
- Added
xf/identity
transducer. - Added
p/let
parallel let bindings.
- Added
p/armap
, parallel array reverse. - Added
xf/pmap
, transducer version ofcore/pmap
.
- Added
p/distinct
- Moved
parallel
namespace tocore
to avoid potential Java interop problems (see #3).
First batch of functions.