a

arrow-performance

JMH Performance benchmarks for other Arrow libraries.
Files download
File Operation
arrow-performance-16.1.0.jar download
arrow-performance-16.1.0.pom download
arrow-performance-16.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.arrow</groupId>
  <artifactId>arrow-performance</artifactId>
  <version>16.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.arrow:arrow-performance:16.1.0'
Gradle Kotlin
implementation("org.apache.arrow:arrow-performance:16.1.0")
Scala SBT
libraryDependencies += "org.apache.arrow" % "arrow-performance" % "16.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.arrow', module='arrow-performance', version='16.1.0')
)
Apache Ivy
<dependency org="org.apache.arrow" name="arrow-performance" rev="16.1.0" />
Leiningen
[org.apache.arrow/arrow-performance "16.1.0"]
Apache Buildr
'org.apache.arrow:arrow-performance:jar:16.1.0'