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

Refactored SequenceDictionary #162

Merged

Conversation

fnothaft
Copy link
Member

@fnothaft fnothaft commented Mar 5, 2014

Refactored aggregation to eliminate replication between RDD extensions, and to improve speed. Additionally, refactored SequenceDictionary class to reduce GC overhead and to make class immutable. GC overhead was reduced by switching away from pointer based data structures to arrays. Additionally, eliminated "derived" sequences from inside of SequenceDictionary.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/ADAM-prb/197/

@massie
Copy link
Member

massie commented Mar 12, 2014

Jenkins, test this please.

@fnothaft
Copy link
Member Author

Matt, I think this needs to be rebased before we test it. I can't get to that today, but will do it tomorrow.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/ADAM-prb/215/

…tween RDD extensions, and to improve speed. Additionally, refactored SequenceDictionary class to reduce GC overhead and to make class immutable.
@fnothaft
Copy link
Member Author

This is rebased and ready for merge.

Jenkins, test this please.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/ADAM-prb/224/

massie added a commit that referenced this pull request Mar 18, 2014
@massie massie merged commit 85004a7 into bigdatagenomics:master Mar 18, 2014
@massie
Copy link
Member

massie commented Mar 18, 2014

Thanks, Frank!

massie pushed a commit to massie/adam that referenced this pull request Apr 3, 2014
This commit fixes issue bigdatagenomics#162.

Adam --> ADAM for all file contents and file names.
All scala code reformatted with https://github.com/mdr/scalariform/wiki/Command-line-tool
massie pushed a commit that referenced this pull request Apr 3, 2014
The commits fix issue #162.

Adam --> ADAM for all file contents and file names.
All scala code reformatted with https://github.com/mdr/scalariform/wiki/Command-line-tool
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.

3 participants