Skip to content

buckersew/java-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-benchmarks

Validation of some java performance characteristics

Uses JMH to run the benchmarks

  • InterfaceBenchmark - how interface implementations in a VM affect the ability of the VM to inline and hence performance
  • OverriddenBenchmark - how overriding affects VM performance and inability to inline
  • ByteBufferBenchmark - relative performance of different bytebuffer setups

About

Validation of some java performance characteristics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages