You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently JsArgConverter uses JniSignatureParser to parse method signatures on every Java method call. Once the signatures are parsed we can cache them as they don't change. Initial perf tests show ~15% improvement.
The text was updated successfully, but these errors were encountered:
Currently
JsArgConverter
usesJniSignatureParser
to parse method signatures on every Java method call. Once the signatures are parsed we can cache them as they don't change. Initial perf tests show ~15% improvement.The text was updated successfully, but these errors were encountered: