Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Java (primitive array) parameters can be mere outputs #36

Closed
forman opened this issue Jun 3, 2014 · 1 comment
Closed

Java (primitive array) parameters can be mere outputs #36

forman opened this issue Jun 3, 2014 · 1 comment
Assignees
Milestone

Comments

@forman
Copy link
Member

forman commented Jun 3, 2014

jpy can avoid copying memory from Python buffers to Java primitive array parameters if the parameter is known to be a mere output value of the method (and not read from by the method).

This would make Java method calls with mutable primitive array parameters more efficient.

@forman forman added this to the 0.7.2 milestone Jun 3, 2014
@forman forman self-assigned this Jun 3, 2014
@forman forman changed the title Java (primitive array) parameter can be mere outputs Java (primitive array) parameters can be mere outputs Jun 3, 2014
@forman
Copy link
Member Author

forman commented Jun 3, 2014

Done for 0.7.2

@forman forman closed this as completed Jun 3, 2014
forman added a commit that referenced this issue Jun 3, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant