hg: panama/panama/jdk: Summary: push of version-2 prototype of Arrays2.0. Work remains, comment is requested.

Samuel Audet samuel.audet at gmail.com
Tue Oct 7 00:43:41 UTC 2014


Hello,

On 10/07/2014 03:22 AM, david.r.chase at oracle.com wrote:
> Changeset: 0881b43fa8ae
> Author:    drchase
> Date:      2014-10-06 14:21 -0400
> URL:http://hg.openjdk.java.net/panama/panama/jdk/rev/0881b43fa8ae
>
> Summary: push of version-2 prototype of Arrays2.0.  Work remains, comment is requested.

This is very interesting! Thanks for allowing something like this to 
become eventually part of the JDK.

One question/comment: Would it be possible to use NIO buffers instead of 
Java arrays for the underlying data? If we could use NIO buffers, it 
would help efficiency by allowing us to access native data buffers 
directly when used along native code, which is basically the goal of the 
Panama Project.

Samuel


More information about the panama-dev mailing list