Extensible, low overhead Java Bytecode instrumentation agent for optimizing Java app performance
-
Updated
Sep 5, 2023 - Java
Extensible, low overhead Java Bytecode instrumentation agent for optimizing Java app performance
Main notes taken from Effective Java 3rd Edition, Java Concurrency in Practice and many others.
PerfUnit is Java Agent which helps to take control over applications bottlenecks, expensive calls, or simply control your performance SLO budget.
Set of small examples to test and explain simple Java performance tips
CyBench IntelliJ IDEA plugin for benchmarking APIs, Java code
Turn any unit or integration test into benchmark
CyBench Benchmark Launcher for running, executing and reporting JMH benchmarks.
CyBench plugin for Eclipse for benchmarking APIs, Java code
Exercises about java performance
How much slower is executing function min(a,b) written in Java than in C ?
There is my experiments with Java Performance
Add a description, image, and links to the java-performance topic page so that developers can more easily learn about it.
To associate your repository with the java-performance topic, visit your repo's landing page and select "manage topics."