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
Right now, uses of JNI constructs always look up the field/method IDs. We should cache those lookups somewhere in the JavaObjectHolder instance so they need only be performed once for the lifetime of the Swift wrapper.
The text was updated successfully, but these errors were encountered:
Right now, uses of JNI constructs always look up the field/method IDs. We should cache those lookups somewhere in the JavaObjectHolder instance so they need only be performed once for the lifetime of the Swift wrapper.
The text was updated successfully, but these errors were encountered: