jmh
There are 155 repositories under jmh topic.
Kotlin/kotlinx-benchmark
Kotlin multiplatform benchmarking toolkit
jzillmann/jmh-visualizer
Visually explore your JMH Benchmarks
arey/java-object-mapper-benchmark
JMH benchmark of Java object-to-object mapping frameworks
lmdbjava/benchmarks
Benchmark of open source, embedded, memory-mapped, key-value stores available from Java (JMH)
jgpc42/jmh-clojure
Seamless JMH benchmarking for Clojure
bramp/unsafe
Assorted java classes that make use of sun.misc.Unsafe
ionutbalosin/jvm-performance-benchmarks
Java Virtual Machine (JVM) Performance Benchmarks with a primary focus on top-tier Just-In-Time (JIT) Compilers, such as C2 JIT, Graal JIT, and the Falcon JIT.
benalexau/hash-bench
Java Hashing, CRC and Checksum Benchmark (JMH)
fosskers/scala-benchmarks
An independent set of benchmarks for testing common Scala idioms.
lightbend-labs/benchdb
A database and query tool for JMH benchmark results
jzillmann/gradle-jmh-report
A Gradle plugin building a visual report for JMH benchmarks
Sayi/jmh-visual-chart
:bar_chart: A visual chart for Java MicroBenchmark Harness.
sheinbergon/jna-aac-encoder
AAC encoding capabilities for the JVM
saint1991/serialization-benchmark
benchmark for modern serialization systems: Apache Avro, Protocol Buffers, Apache Thrift and MessagePack written in Scala
dkomanov/stuff
All stuff in a single repo (tests, ideas, benchmarks)
jgpc42/lein-jmh
Leiningen plugin for jmh-clojure
michaeldorner/instanceofBenchmark
Bechmarking Java's instanceof and its alternatives
jenkinsci/jmh-report-plugin
Visually explore your JMH benchmarks on Jenkins!
lantalex/jpoint-2023-semantics
[RU] Примеры для доклада "Не happens-before единым: нестандартные семантики"
skjolber/java-jwt-benchmark
Project for benchmarking popular Json Web Token (JWT) frameworks for Java using JMH.
nilskp/jmh-charts
Charts for JMH benchmarks
imanushin/use-performance-test
Performance test of the kotlin use
mariogalic/scala-jmh-benchmark-example
https://stackoverflow.com/questions/9160001/how-to-profile-methods-in-scala
metio/yosql
zero dependency database access for java
skjolber/json-log-filter
World's fastest JSON filter for the JVM
tommyettinger/assorted-benchmarks
JMH benchmarks for various Java collections
artem0/benchmarking
System benchmarks over JVM with JMH - SIMD (superscalar processing), Branch prediction, False sharing.
jirkapinkas/java-mapping-frameworks
Performance of Java Mapping Frameworks (MapStruct, Dozer, Orika, Selma, ModelMapper, JMapper)
OpenElements/java-logger-benchmark
A benchmark for several different Java loggers
samuelcampos/java-performance
Set of small examples to test and explain simple Java performance tips
chrisgleissner/java-benchmarks
Java 21 Benchmarks using JMH
dawnop/jmh-docs-cn
jmh中文文档
fineconstant/dynamic-programming-jmh-jvm
JMH benchmark comparing Fibonacci sequence variations (dynamic programming) on different JVM implementations
pgilad/java-micro-benchmark-example
A Java micro-benchmark example of Pattern find vs. matches using JMH framework
senior-bull/jmh-demo
JMH sample project ready to use