A new way to call C from Java: how fast is it? (opens in new tab)
Irrespective of your programming language of choice, calling C functions is often a necessity. For the longest time, the only standard way to call C was the Java Native Interface (JNI). But it was so painful that few dared to do it. I have heard it said that it was deliberately painful so that people … Continue reading A new way to call C from Java: how fast is it?
Read the original article