-
Notifications
You must be signed in to change notification settings - Fork 61
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
Optimise Memory Consumption during Setup #2005
Closed
thorstenhater
wants to merge
31
commits into
arbor-sim:master
from
thorstenhater:hpc/do-not-make-a-humonguous-buffer-of-all-the-labels-in-the-world
Closed
Changes from 15 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c00ea33
Only accept recipes.
thorstenhater cacf3d1
Stop communicator update-connections from concatenating a huge vector.
thorstenhater 16f90ee
Merge remote-tracking branch 'origin/master' into hpc/do-not-make-a-h…
thorstenhater 12c8a2d
Merge remote-tracking branch 'origin/master' into hpc/do-not-make-a-h…
thorstenhater 3d02e95
Merge.
thorstenhater c99070b
Merge.
thorstenhater f86c479
Merge remote-tracking branch 'origin/master' into hpc/do-not-make-a-h…
thorstenhater ca15a1f
Merge remote-tracking branch 'origin/master' into hpc/do-not-make-a-h…
thorstenhater adbec3c
Fix review commits.
thorstenhater 6273fc0
Remove an obsolete hierarchy.
thorstenhater 29f79e3
Add high-water-mark memory to profiling.
thorstenhater a90fc04
Add first-seen memory mark and iron out printing.
thorstenhater bf1e65c
Appease black.
thorstenhater 285a734
Fix and refactor source labels/resolver handling.
thorstenhater 41b6499
Revert ring.cpp.
thorstenhater dc84213
Nasty merge: binning, fixed-dt, and delivery.
thorstenhater 3816910
More mergen.
thorstenhater 0bda6f8
Make pw_zip_iterator less atrocious.
thorstenhater 4a17c28
Implement region and locset caching.
thorstenhater b81674a
Add logging new, caching and early deletion for `get_sources`. Memory…
thorstenhater 21b2ade
Add ankerl containers and try them for label resolution.
thorstenhater 58a5f13
Shrink discretisation after building.
thorstenhater 2064268
Make load balance waaaaay simpler at the cost of trivial permutation.
thorstenhater a71a3be
Modernise mechcat a bit.
thorstenhater 35925b6
Pull out diffusion building.
thorstenhater a38759c
Move more, copy less.
thorstenhater ef14746
Get rid of an imediate vector of all GIDs.
thorstenhater d7802bf
Allow mechcat to return const refs.
thorstenhater 836ef5c
Add memory logger properly.
thorstenhater a669ae4
Black/Flake
thorstenhater 903d02d
Clean-up map change
thorstenhater File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, if I do this, will the value be constructed? If so, it's precisely running against what I want.