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

Remove unnecessary native parts #25

Open
nvcleemp opened this issue Feb 22, 2015 · 0 comments
Open

Remove unnecessary native parts #25

nvcleemp opened this issue Feb 22, 2015 · 0 comments

Comments

@nvcleemp
Copy link
Contributor

There are several parts that make use of JNI, but can be replaced by regular Java these days. At some point we should refactor out these parts. E.g., in many places the code actually expects an EmbeddableGraph to be a NativeEmbeddableGraph. I think the main reason there originally was to use JNI was to run external processes. This can be done with plain Java these days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant