Skip to content

Commit

Permalink
[ci skip] updatee readmee
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Apr 7, 2022
1 parent f53f6fe commit 87a152b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# NativeUtil
Adds some methods that are possible in JNI, but not possible in Java (without using Unsafe etc.)
Provides some methods that are possible in JNI, but not possible in Java (without using Unsafe etc.)

## Note
- `callTypeMethod` and `invokeType` methods are 30x+ slower than reflection (68.447 ± 30.569 ns/op)
- Methods with `java.lang.Void` parameter type is not supported and will crash the JVM when trying to invoke them
- Method with `java.lang.Void` parameter type is not supported and will crash the JVM when trying to invoke them

## Repository

Expand Down

0 comments on commit 87a152b

Please # to comment.