-
-
Notifications
You must be signed in to change notification settings - Fork 80
-
Refactor Type Conversion with java.nio.ByteBuffer
Past due by over 3 years Last updated over 3 years agoThe current implementation on type conversion in Javet carries litt…
The current implementation on type conversion in Javet carries little performance overhead because container objects have to be created for primitive types regardless of their being used or not.
The idea is to replace it with
java.nio.ByteBuffer
so that the performance overhead can be minimized. Especially, if the value is not used, there's no memory copy. -
JSR 223: Scripting for the Java
Past due by about 3 years Last updated almost 4 years agoDescription Supporting JSR 223 has been requested by a few Javet us…
Description
Supporting JSR 223 has been requested by a few Javet users. Currently, it is in the backlog because development resource is on some higher priority issues, and there hasn't been a strong demand.
So, if you want this feature, please raise your voice.
Resource
- JSR 223: Scripting for the Java - https://jcp.org/en/jsr/detail?id=223
- The Java Scripting API - https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/prog_guide/api.html