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

Migrate from fastutil to HPPC. Randomize tests. #16

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

dweiss
Copy link

@dweiss dweiss commented Jul 15, 2015

Hello,

This patch migrates the code from fastutil to HPPC collections. The difference is in size -- HPPC is about 15x smaller than fastutil and hll only requires a tiny set of functionality.

I've also migrated from testng to plain JUnit to be able to randomize tests (instead of running on a fixed seed all the time).

All tests pass with this change. Let me know if you're interested in incorporating it into the main line.

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

Successfully merging this pull request may close these issues.

2 participants