cnuernber / libjulia-clj

Julia bindings for Clojure -- Currently somewhat unstable --
MIT License
112 stars 1 forks source link

Make JNA Binding available to Java clients? #3

Closed subes closed 2 years ago

subes commented 2 years ago

Hi,

I would be interested to integrate julia via JNA here: https://github.com/invesdwin/invesdwin-context-julia/

Currently I tried to use Julia4j which gives memory access errors (maybe you have an Idea about what causes those) after a few commands and lacks error handling: https://github.com/rssdev10/julia4j/issues/2

Could you maybe provide a JNA layer that can be used from java code without clojure? Would be very much appreciated.

cnuernber commented 2 years ago

Agreed there. I make sure all of my tools work with graal native and I have tested various things such as processing a parquet dataset to an arrow dataset and such. The JIT is weaker but startup is nearly instant.