tabula-java icon indicating copy to clipboard operation
tabula-java copied to clipboard

Does this run on GraalVM?

Open quom opened this issue 2 years ago • 2 comments

Has anyone tried to compile this using GraalVM to make a static binary? For calling from bindings such as python this would massively improve startup times and reduce the need for having a JVM in place to run the code

quom avatar Nov 16 '23 15:11 quom

Hey @quom. That's a great point, and something that I've thought about. Unfortunately, I currently don't have the time to work on it.

But of course, contributions are always welcome.

jazzido avatar Nov 16 '23 15:11 jazzido

I will take a look at it when I get the chance - I think there is some use of reflection in the codebase which needs to be runtime traced to give the compiler some guidance.

quom avatar Nov 16 '23 16:11 quom