show/hide this revision's text 2 added 19 characters in body

This blog entry claims that due to the introspection mechanisms used by JNA, it'll be significantly slower than JNI. I suspect that NativeCall will use similar mechanisms and thus perform in a similar fashion.

However you should probably benchmark based on the particular objects you're referencing and/or marshalling between Java and C.

I would second the recommendation of SWIG. That makes life particularly easy (easier) for the Java/C interfacing.

show/hide this revision's text 1

This blog entry claims that due to the introspection mechanisms used by JNA, it'll be significantly slower than JNI. I suspect that NativeCall will use similar mechanisms and thus perform in a similar fashion.

However you should probably benchmark based on the particular objects you're marshalling between Java and C.

I would second the recommendation of SWIG. That makes life particularly easy (easier) for the Java/C interfacing.