Skip to content

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

License

Notifications You must be signed in to change notification settings

olaf-otto/cglib-vs-bytebuddy-lazyloading-proxies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Performance test: cglib vs. ByteBuddy lazy-loading proxies

This is a JMH based micro benchmark comparing the performance of Lazy-Loading proxies created by ByteBuddy vs cglib standard lazy loader proxy.

Running the tests

Build the project using

mvn clean install

Subsequently, run the benchmark using

java -jar target/benchmarks.jar

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages