Skip to content

Commit

Permalink
Added a JPype reference
Browse files Browse the repository at this point in the history
Another implementation of the same idea.
  • Loading branch information
iamsrp-deshaw committed Feb 2, 2024
1 parent e3f47f4 commit 6b8f4f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ implementations are:
- [jpy](https://pypi.org/project/jpy/) is another in-process implementation.
One of its key features is support for fast pass-by-value operations with
arrays by use of pointer hand-off.
- [jpype](https://pypi.org/project/JPype1/) is another in-process
implementation. Since it uses internal C-based handoff it's highly
performant.

As well as the feature sets of the above, PJRmi supports complex Java
constructs, has smooth integration of the two languages' type systems, and can
Expand Down

0 comments on commit 6b8f4f5

Please sign in to comment.