-
# Why
Protect data in the object store: if data is read then no data leak appears thanks to encryption.
Today James applies himself AES for a single private key.
Limitation:
- performance: …
-
I'm using version 0.3.1 of the plugin with Gradle 3.1, and I'm seeing the `jmhCompileGeneratedClasses` task consistently wipe out the contents of the `build/jmh-generated-classes/META-INF/BenchmarkLis…
-
**Describe the bug**
After the generation of a jmh jar, the resources associated to the `jmhJar` task are not released :
- the generated jar is locked,
- a java process is not released,
- the `cl…
-
The current `VectorMap` implementation copies the same method of specialization as `HashMap` which specializes up until arity 4.
As can be seen by the basic jmh benchmarks, `LinkedMap` is a non tri…
-
Hi,
I am currently setting up a gradle project to use jmh, and before writing mine, I bumped into your plugin.
However out of the box there are a couple of reasons which might prevent me from using i…
-
performance comparison with Scala2 coroutine, to show that for common usage of coroutines, the performance is comparable or better.
-
My measurements have very small nano results, e.g. 4.123456ns. The visualizer omits the fractional part and renders this as 4, thus making it impossible to view small benchmark variations.
You can …
-
Want to help verifying the performance improvements of Scala Futures?
* Clone this repo
* Shut down all other apps
* Start sbt on the root project on the `master` branch
* Run `benches/jmh:runMa…
-
Instead if using plain doubles, we can multiply every value by a constant factor—e.g. 1_000_000—and implement the algorithms on those integers and divide back to doubles when writing the results back.…
-
It is possible to use the embedded H2 database to store previous runtimes and so make beautiful history charts as well as measurements that make tests fail when the runtime is substantially worse than…
dscho updated
8 years ago