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

change largevector to not pre-populate mapping #53

Merged
merged 3 commits into from
Apr 21, 2024
Merged

Conversation

meyerzinn
Copy link
Collaborator

We are exploding the RSS by pre-populating LargeVectors for large graphs, which requires they be allocated physical memory at the time of creation.

@anubhavgoel26
Copy link

How does this affect performance? Pre-populating the map can reduce page faults later.

@meyerzinn
Copy link
Collaborator Author

Currently evaluating that, but ingest is not really our bottleneck right now (particularly for expensive algorithms like betweenness centrality and triangle counting).

@meyerzinn meyerzinn merged commit a0fbf92 into master Apr 21, 2024
4 checks passed
@meyerzinn meyerzinn deleted the meyer/largevec branch April 21, 2024 22:12
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