Skip to content

Benchmarks of upcoming features in the Java Panama project

Notifications You must be signed in to change notification settings

chamb/panama-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

panama-benchmarks

Benchmarks of new memory access and vector APIs in the Java Panama project.

/AddBenchmark Benchmark the element-wise addition of two arrays of numbers. We test over standard Java arrays and (off-heap) native memory accessed via Unsafe and via the MemorySegment API. Using and not usingthe vector API.

/SumBenchmark Benchmark the sum of all the elements in an array of numbers. We test over standard Java arrays and (off-heap) native memory accessed via Unsafe and via the MemorySegment API. Using and not usingthe vector API.

About

Benchmarks of upcoming features in the Java Panama project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages