RFR: 8287289: Gather/Scatter with Index Vector [v3]
Paul Sandoz
psandoz at openjdk.org
Tue Apr 11 17:05:55 UTC 2023
On Tue, 11 Apr 2023 07:29:28 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
> I'm wondering whether it's better to also keep the original array APIs as well?
My recommendation is to shrink the API down to the key primitives and then see if should build things back up with helper methods or with documentation. I suspect we don't need so many methods for this use-case.
A useful performance test could be to operate on the same arguments as the original array APIs implemented using the mapped index vector.
Paul.
-------------
PR Comment: https://git.openjdk.org/panama-vector/pull/213#issuecomment-1503783432
More information about the panama-dev
mailing list