- Removed the benchmark ns from source paths causing trouble in the jar (thanks @benedekfazekas)
p/frequenciesdoes not need a special keyfn.- Added
p/pmap - Added
p/args,p/orandp/and.
- Using
p/transduceto implement frequencies. - Added ./examples
- Fix bug in
p/armapfor the sequential case. - Fixed missing laziness in external-sort
- Added
p/doandp/doto - Added
p/transduce - Added
p/process-folder
- Added
p/slurp - Consolidated and documented
p/minandp/max
- Added
xf/identitytransducer. - Added
p/letparallel let bindings.
- Added
p/armap, parallel array reverse. - Added
xf/pmap, transducer version ofcore/pmap.
- Added
p/distinct
- Moved
parallelnamespace tocoreto avoid potential Java interop problems (see #3).
First batch of functions.