Package | Description |
---|---|
org.apache.commons.rng.examples.jmh.sampling |
Benchmarks for the
org.apache.commons.rng.sampling components. |
org.apache.commons.rng.examples.jmh.sampling.generated |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
ListShuffleBenchmark.usingCollections(ListShuffleBenchmark.ListData data) |
Performs a shuffle using java.utils.Collections.
|
java.lang.Object |
ListShuffleBenchmark.usingDirectRandomAccess(ListShuffleBenchmark.ListData data) |
Performs a direct shuffle on the list using JDK Collections method.
|
java.lang.Object |
ListShuffleBenchmark.usingDirectRandomAccessDirectionalBidirectional(ListShuffleBenchmark.ListData data) |
Performs a direct shuffle on the list using JDK Collections method modified to handle
a directional shuffle from a start index.
|
java.lang.Object |
ListShuffleBenchmark.usingDirectRandomAccessSublistBidirectional(ListShuffleBenchmark.ListData data) |
Performs a direct shuffle on the list using JDK Collections method modified to handle
a directional shuffle from a start index by extracting a sub-list.
|
java.lang.Object |
ListShuffleBenchmark.usingListSampler(ListShuffleBenchmark.ListData data) |
Performs a shuffle using the current ListSampler shuffle.
|
java.lang.Object |
ListShuffleBenchmark.usingListSamplerBidirectional(ListShuffleBenchmark.ListData data) |
Performs a shuffle using the current ListSampler shuffle.
|
java.lang.Object |
ListShuffleBenchmark.usingPermutationSampler(ListShuffleBenchmark.ListData data) |
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates
to the PermuationSampler.
|
java.lang.Object |
ListShuffleBenchmark.usingPermutationSamplerBidirectional(ListShuffleBenchmark.ListData data) |
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates
to the PermuationSampler.
|
java.lang.Object |
ListShuffleBenchmark.usingPermutationSamplerRandomAccess(ListShuffleBenchmark.ListData data) |
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates
to the PermuationSampler.
|
java.lang.Object |
ListShuffleBenchmark.usingPermutationSamplerRandomAccessBidirectional(ListShuffleBenchmark.ListData data) |
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates
to the PermuationSampler.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ListShuffleBenchmark_ListData_jmhType |
|
class |
ListShuffleBenchmark_ListData_jmhType_B1 |
|
class |
ListShuffleBenchmark_ListData_jmhType_B2 |
|
class |
ListShuffleBenchmark_ListData_jmhType_B3 |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.