Closed tkawachi closed 9 years ago
Mapper.mapWithPar() uses parallel collection. Mapper.mapWithFuture() uses Future (without Akka).
Mapper.mapWithPar()
Mapper.mapWithFuture()
Thanks again for the Scala work @tkawachi.
Would it be possible to add a README.md to the scala/ folder talking about your implementations?
Mapper.mapWithPar()
uses parallel collection.Mapper.mapWithFuture()
uses Future (without Akka).