Replies: 2 comments 2 replies
-
Hi Rezaei, Thank you for the idea. I'm not sure how much improvement
Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi again, Now we can check this from two sides:
Note: you can add “registerPackage” method to the V8Runtime class and process all package classes yourself (such as @component annotation in Spring). |
Beta Was this translation helpful? Give feedback.
-
Hi,
I used this library in one of my projects some months ago, and performance was too crucial.
I had some performance problems:
So I decided to change my components language to C++ and work directly with V8.
I have an idea to improve the performance of your library.
You can create an ObjectTemplate for each Java class instead of processing the Java class using Reflection for creating each instance.
Beta Was this translation helpful? Give feedback.
All reactions