Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve integration of int[], long[], float[], and double[] mathematically operations. #660

Open
Thrameos opened this issue Mar 30, 2020 · 0 comments
Labels
on-hold Problem requiring further user input to address

Comments

@Thrameos
Copy link
Contributor

We have made excellent progress thus far in improving support for buffers and arrays. But we still can't do math operations on the Java side that would save the need for pulling the array across just to do some silly modification. Further with the ability to perform slicing, this is really needed to prevent generation of copies.

However there are some technical issues that remain. Having a partially functional reverse bridge would reduce the difficulty considerably. Thus this should be deferred to 0.9.

@Thrameos Thrameos added the on-hold Problem requiring further user input to address label Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on-hold Problem requiring further user input to address
Projects
None yet
Development

No branches or pull requests

1 participant