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

Use breeze wrapper instead of mahout #294

Open
gyeongin opened this issue Dec 21, 2015 · 1 comment
Open

Use breeze wrapper instead of mahout #294

gyeongin opened this issue Dec 21, 2015 · 1 comment

Comments

@gyeongin
Copy link
Contributor

Our current codebase uses mahout, which does not support in-place vector computation, leads to redundant memory allocation. For both performance and scalability, we should use other library supports in-place update. I investigated two netlib-java using libraries mtj and breeze, and mtj performed better than breeze. (In fact, breeze >= mtj > java-wrapped breeze)

@jsjason
Copy link
Contributor

jsjason commented Dec 24, 2015

We decided to go with a breeze wrapper instead of mtj, due to license issues.

@jsjason jsjason changed the title Use mtj instead of mahout Use breeze wrapper instead of mahout Dec 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants