Open bogru opened 8 years ago
In my experience, absolutely. However, It also depends on the size of your arrays and the frequency with which you pass them back and forth through the JNI. JNI calls are expensive, so if you're making many calls, especially on small arrays, it may not be worth it.
I meant "translating" it completely to java, without native.
Would it still maintain performance advantage over other java based implementations, like https://sites.google.com/site/piotrwendykier/software/jtransforms (single threaded)?