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

Improve pre-shuffle aggregation performance in mrTriplets #106

Open
rxin opened this issue Dec 17, 2013 · 0 comments
Open

Improve pre-shuffle aggregation performance in mrTriplets #106

rxin opened this issue Dec 17, 2013 · 0 comments

Comments

@rxin
Copy link
Member

rxin commented Dec 17, 2013

I realized today that we can actually save the position of the source vertex and the target vertex in the array in EdgeTriplet, and then in aggregation, we can simply use that position to update the aggregation value (without actually doing any hash lookups).

Issue 101 will make this easier to implement.

#101

@ankurdave ankurdave reopened this Apr 14, 2014
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