License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.bramp.unsafe |
ArtifactId | ArtifactIdunsafe-benchmark |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionUnsafe Benchmark
Benchmarks for the net.bramp.unsafe classes
|
Filename | Size |
---|---|
unsafe-benchmark-1.0.pom | |
unsafe-benchmark-1.0.jar | 89 KB |
unsafe-benchmark-1.0-sources.jar | 46 KB |
unsafe-benchmark-1.0-javadoc.jar | 302 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-benchmark/ -->
<dependency>
<groupId>net.bramp.unsafe</groupId>
<artifactId>unsafe-benchmark</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-benchmark/
implementation 'net.bramp.unsafe:unsafe-benchmark:1.0'
// https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-benchmark/
implementation ("net.bramp.unsafe:unsafe-benchmark:1.0")
'net.bramp.unsafe:unsafe-benchmark:jar:1.0'
<dependency org="net.bramp.unsafe" name="unsafe-benchmark" rev="1.0">
<artifact name="unsafe-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bramp.unsafe', module='unsafe-benchmark', version='1.0')
)
libraryDependencies += "net.bramp.unsafe" % "unsafe-benchmark" % "1.0"
[net.bramp.unsafe/unsafe-benchmark "1.0"]
Group / Artifact | Type | Version |
---|---|---|
net.bramp.unsafe : unsafe-unroller | jar | 1.0 |
net.bramp.unsafe : unsafe-helper | jar | 1.0 |
net.bramp.unsafe : unsafe-collection | jar | 1.0 |
net.bramp.unsafe : unsafe-tests | jar | 1.0 |
org.openjdk.jmh : jmh-core | jar | 1.10.4 |
Group / Artifact | Type | Version |
---|---|---|
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.10.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |