Last Version

Auto-generated JMH benchmark 2.0

Hash table implementation modelled after memory efficient V8's Fast Property Access

License

License

Categories

Categories

JMH Application Testing & Monitoring Performance analysis
GroupId

GroupId

com.github.vlsi.compactmap
ArtifactId

ArtifactId

jmh
Version

Version

2.0
Type

Type

jar
Description

Description

Auto-generated JMH benchmark
Hash table implementation modelled after memory efficient V8's Fast Property Access

Download jmh 2.0


<!-- https://jarcasting.com/artifacts/com.github.vlsi.compactmap/jmh/ -->
<dependency>
    <groupId>com.github.vlsi.compactmap</groupId>
    <artifactId>jmh</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vlsi.compactmap/jmh/
implementation 'com.github.vlsi.compactmap:jmh:2.0'
// https://jarcasting.com/artifacts/com.github.vlsi.compactmap/jmh/
implementation ("com.github.vlsi.compactmap:jmh:2.0")
'com.github.vlsi.compactmap:jmh:jar:2.0'
<dependency org="com.github.vlsi.compactmap" name="jmh" rev="2.0">
  <artifact name="jmh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vlsi.compactmap', module='jmh', version='2.0')
)
libraryDependencies += "com.github.vlsi.compactmap" % "jmh" % "2.0"
[com.github.vlsi.compactmap/jmh "2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.github.vlsi.compactmap : compactmap jar 2.0
org.openjdk.jmh : jmh-core jar 1.21
org.pcollections : pcollections jar 3.0.3
com.github.krukow : clj-ds jar 0.0.4

provided (1)

Group / Artifact Type Version
org.openjdk.jmh : jmh-generator-annprocess jar 1.21

Project Modules

There are no modules declared in this project.