Hi all,
I'm wondering if there's an efficient way to share memory between C and JAVA without having to do data conversion. For example, I use JNI to "translate" j objects (e.g, jint) to C variables. This is time consuming, especially when we're dealing with large sets of data, as in my case.
Is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.