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
Given that loading the same library leads to issues in the JVM, native-support-library should help users load a determined library only once, even if it is requested multiple times.
This would help split the responsibilities of JNI bindings classes into multiple classes. Today, that is impossible, as we need a centralized loader for the library to ensure it only happens once.
The text was updated successfully, but these errors were encountered:
mxtartaglia-sl
changed the title
Native library should be only loaded once in the whole systemnative-support-library should help loading native libraries just once (SingletonLoader)
Aug 28, 2024
Given that loading the same library leads to issues in the JVM,
native-support-library
should help users load a determined library only once, even if it is requested multiple times.This would help split the responsibilities of JNI bindings classes into multiple classes. Today, that is impossible, as we need a centralized loader for the library to ensure it only happens once.
The text was updated successfully, but these errors were encountered: