An open API service indexing awesome lists of open source software.

https://github.com/olaf-otto/cglib-vs-bytebuddy-lazyloading-proxies

A JMH micro benchmark comparing cglib vs. ByteBuddy Lazy-Loading proxies.
https://github.com/olaf-otto/cglib-vs-bytebuddy-lazyloading-proxies

bytebuddy cglib jmh-benchmarks lazy-loading microbenchmarks performance

Last synced: 7 months ago
JSON representation

A JMH micro benchmark comparing cglib vs. ByteBuddy Lazy-Loading proxies.

Awesome Lists containing this project

README

          

Performance test: cglib vs. ByteBuddy lazy-loading proxies
====

This is a [JMH](https://openjdk.java.net/projects/code-tools/jmh/) based micro benchmark comparing the performance of Lazy-Loading proxies created
by [ByteBuddy](https://bytebuddy.net) vs [cglib](https://github.com/cglib/cglib) standard [lazy loader](https://github.com/cglib/cglib/blob/master/cglib/src/main/java/net/sf/cglib/proxy/LazyLoader.java) proxy.

## Running the tests

Build the project using

mvn clean install

Subsequently, run the benchmark using

java -jar target/benchmarks.jar