The benchmarks here:
https://github.com/blacklion/panama-benchmarks
Show that copying data to and from Java arrays into native arrays is often a bottleneck. We should provide some kind of bulk copy assign, along the lines of what done in this experimental patch:
http://cr.openjdk.java.net/~mcimadamore/panama/array-bulk/
https://github.com/blacklion/panama-benchmarks
Show that copying data to and from Java arrays into native arrays is often a bottleneck. We should provide some kind of bulk copy assign, along the lines of what done in this experimental patch:
http://cr.openjdk.java.net/~mcimadamore/panama/array-bulk/