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

Investigate if it is possible to run igraph from scala #211

Open
smacker opened this issue Mar 6, 2019 · 0 comments
Open

Investigate if it is possible to run igraph from scala #211

smacker opened this issue Mar 6, 2019 · 0 comments

Comments

@smacker
Copy link
Contributor

smacker commented Mar 6, 2019

igraph is a C library. There is some experimental binding to java exist. But maybe we can build our own because we need only very small subset of igraph.

Problems with current approach:

  • we add python dependency only to call igraph
  • it requires correct environment or scala part would fail
  • extra code that serialize/unserialize data to exchange between scala&python
  • it's difficult to debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant