Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: Is the algorithm suitable for Java implementation on Android, without native? #51

Open
bogru opened this issue Mar 31, 2016 · 2 comments

Comments

@bogru
Copy link

bogru commented Mar 31, 2016

Would it still maintain performance advantage over other java based implementations, like https://sites.google.com/site/piotrwendykier/software/jtransforms (single threaded)?

@jaadelgren
Copy link

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.

@bogru
Copy link
Author

bogru commented Jun 21, 2016

I meant "translating" it completely to java, without native.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants