Skip to content

Commit 4164267

Browse files
committed
Update comparison table in FAQ with new column for GraalVM Native
1 parent 31c6014 commit 4164267

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

faq/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ How does it compare to other tools for Java (JNA, JNR, etc)?
1717

1818
JavaCPP is currently pretty much the only tool specialized for Java that works with C++ *and* matches the performance of manually written JNI. The table below summarizes the main differences between other popular tools available.
1919

20-
| |   C   |   C++   | Java SE 7+ | Android |   iOS   | JPMS | OSGi | Presets | Performance |
21-
|--------------------------------------------------|:---------------:|:-----------------:|:----------:|:-------:|:-----------------:|:-------:|:-------:|:-------:|:-----------:|
22-
| [JNA](https://github.com/java-native-access/jna) | ✅ | — | ✅ | ✅ | — | — | ✅ | — | ≪ JNI |
23-
| [JNR](https://github.com/jnr) | ✅ | — | ✅ | — | — | — | ✅ | — | ≈ JNI |
24-
| [Panama](http://jdk.java.net/panama/) | ✅ | — | — | — | — | ✅ | — | — | ≈ JNI |
25-
| [JavaCPP](https://github.com/bytedeco/javacpp) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ≈ JNI |
20+
| | &ensp; C &ensp; | &nbsp; C++ &nbsp; | Java SE 7+ | Android | &nbsp; iOS &nbsp; | GraalVM<br>Native | JPMS<br>jlink | OSGi | Presets | Speed |
21+
|--------------------------------------------------|:---------------:|:-----------------:|:----------:|:-------:|:-----------------:|:-----------------:|:-------------:|:-------:|:-------:|:------------|
22+
| [JNA](https://github.com/java-native-access/jna) | &#9989; | &mdash; | &#9989; | &#9989; | &mdash; | &mdash; | &mdash; | &#9989; | &mdash; | &#8810; JNI |
23+
| [JNR](https://github.com/jnr) | &#9989; | &mdash; | &#9989; | &mdash; | &mdash; | &mdash; | &mdash; | &#9989; | &mdash; | &asymp; JNI |
24+
| [Panama](http://jdk.java.net/panama/) | &#9989; | &mdash; | &mdash; | &mdash; | &mdash; | &mdash; | &#9989; | &mdash; | &mdash; | &asymp; JNI |
25+
| [JavaCPP](https://github.com/bytedeco/javacpp) | &#9989; | &#9989; | &#9989; | &#9989; | &#9989; | &#9989; | &#9989; | &#9989; | &#9989; | &asymp; JNI |
2626

2727
Contributions to the table are welcome! Please send a pull request with your new rows and/or columns to the [bytedeco/bytedeco.github.io](https://github.com/bytedeco/bytedeco.github.io) repository.
2828

0 commit comments

Comments
 (0)