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

Migrate to project panama

Open gliwka opened this issue 3 years ago • 0 comments

JDK 17 now includes the new Foreign Memory APIs and is an LTS release. This enables us to use those APIs with Project Panama to call the hyperscan library using only the JVM itself without relying on external implementions like JNA or JavaCPP or writing JNI ourselves.

gliwka avatar Sep 14 '21 13:09 gliwka