jmh-benchmarks
There are 92 repositories under jmh-benchmarks topic.
plokhotnyuk/jsoniter-scala
Scala macros for compile-time generation of safe and ultra-fast JSON codecs + circe booster
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.
tomfran/LSM-Tree
Log-Structured Merge Tree Java implementation
scala/compiler-benchmark
Benchmarks for scalac
jzillmann/gradle-jmh-report
A Gradle plugin building a visual report for JMH benchmarks
dkomanov/stuff
All stuff in a single repo (tests, ideas, benchmarks)
peterszatmary/jmh-benchmark-demo
Java Microbenchmark Harness (JMH) that runs with Junit and Maven.
seko0716/kafka-connect-transformers
kafka connect script engine transformers (performance comporation)
imanushin/use-performance-test
Performance test of the kotlin use
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)
Nastel/cybench-java-benchmarks
Java code benchmark focused on core java services using JMH.
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
kamil-duda/dynamic-programming-jmh-jvm
JMH benchmark comparing Fibonacci sequence variations (dynamic programming) on different JVM implementations
rabestro/unique-ip-addresses
The optimal solution to the problem of counting unique IPv4 addresses in a huge text file.
YawKar/matrix-search-benchmark
(Student Lab Project) Benchmarking of several search algorithms over matrices generated by specific generators
2Pit/scala-benchmarks
Microbenchmarks for Scala collections using JMH. Includes Python scripts for visualization and statistical comparison. Benchmarks are run via Make and GitHub Actions, results saved to CSV.
aaabramov/benchmark-it
Performance measurements for common code samples
anqorithm/jmh-benchmark
Simple example showing why System.currentTimeMillis() is inaccurate for benchmarking.
igr/java-benchmarks
Set of Java JMH benchmarks
Nastel/gocypher-cybench-java
CyBench Benchmark Launcher for running, executing and reporting JMH benchmarks.
OpenElements/BenchScape
Collect and analyze JMH benchmark results for continuous integration
ProjectMapK/MapKInspections
Testing and benchmarking for ProjectMapK deliverables.
RedisLabsModules/redis-java-benchmarks
This folder contains scripts that produce reproducible timings of various jedis features, and to visualize what your java redis code is spending time without modifying the code in any way. It attempts to avoid falling victim to undesirable optimizations by offering BlackHoles and a solid collection of conventions by using JMH.
victorsheng/benchmark-anything
对任何想到的,进行基准测试
cardoso-thiago/benchmark-grpc-rest
Projeto para análise com benchmark da execução entre REST e gRPC com o mesmo contrato
Nastel/gocypher-cybench-eclipse
CyBench plugin for Eclipse for benchmarking APIs, Java code
Nastel/gocypher-cybench-maven
CyBench Maven build plugin
Nastel/middleware-benchmarks
CyBench performance benchmark for messaging middleware platforms.
RustamKuramshin/java-performance
Performance analysis of Java code using microbenchmarks with JMH
skjolber/csv-benchmark
Benchmarking high-performance open source CSV parsers using JMH
TLexYuW/java-fundamental-practice-collection
Java Fundamental Practice Collections
AsterExcrisys/evicting_cache
A Java-based library that implements multiple cache eviction strategies, including LRU, LFU, MRU, MFU, FIFO, and LIFO. Perfect for experimenting with in-memory caching behavior using fixed or variable-capacity caches.