d

depthfirst_2.10

A fast implementation of flatMap, map, and withFilter for large collections.
https://github.com/shawjef3/DepthFirst
GNU General Public License, Version 3
me.jeffshaw.depthfirst
Jeff Shaw
Files download
File Operation
depthfirst_2.10-0.0-M1.jar download
depthfirst_2.10-0.0-M1.pom download
depthfirst_2.10-0.0-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>me.jeffshaw.depthfirst</groupId>
  <artifactId>depthfirst_2.10</artifactId>
  <version>0.0-M1</version>
</dependency>
Gradle Groovy
implementation 'me.jeffshaw.depthfirst:depthfirst_2.10:0.0-M1'
Gradle Kotlin
implementation("me.jeffshaw.depthfirst:depthfirst_2.10:0.0-M1")
Scala SBT
libraryDependencies += "me.jeffshaw.depthfirst" % "depthfirst_2.10" % "0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='me.jeffshaw.depthfirst', module='depthfirst_2.10', version='0.0-M1')
)
Apache Ivy
<dependency org="me.jeffshaw.depthfirst" name="depthfirst_2.10" rev="0.0-M1" />
Leiningen
[me.jeffshaw.depthfirst/depthfirst_2.10 "0.0-M1"]
Apache Buildr
'me.jeffshaw.depthfirst:depthfirst_2.10:jar:0.0-M1'