-
Notifications
You must be signed in to change notification settings - Fork 43
Cache PackDescriptors
#1239
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
Merged
Merged
Cache PackDescriptors
#1239
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
84b9145
hacked in cacheing
lroberts36 20e7054
Merge branch 'lroberts36/refactor-pack-code' into lroberts36/cache-pa…
lroberts36 7a9c365
fix warning
lroberts36 3dc3564
cache pack descriptors and make calls work for every type
lroberts36 7225ccc
fix bug and remove dependencies
lroberts36 885f8b6
changelog
lroberts36 8c66562
Update docs
lroberts36 c875c88
include link to swarm packs
lroberts36 7b67a72
clean up hash stuff, use c++17 features where possible, add some more…
lroberts36 8579d0d
remove unecessary tuple_hashs
lroberts36 e453f6f
Add MetadataFlag hash
lroberts36 ca4d5f0
switch to non-string cacheing
lroberts36 60dfbc1
Make sure we cache everywhere
lroberts36 46a6ac3
fix docs?
lroberts36 31b3429
doc fixes
lroberts36 2203d1c
remove hacked in boundary cacheing
lroberts36 5f08c87
fix bug
lroberts36 2298e68
small
lroberts36 2f51d86
switch to a slightly different model
lroberts36 8aa3623
small
lroberts36 fd7be2a
Merge branch 'develop' into lroberts36/cache-pack-descriptors
lroberts36 7f4785f
expose templated class
lroberts36 9741424
move to state descriptor
lroberts36 a3556ac
fix names
lroberts36 aa49a47
Merge branch 'develop' into lroberts36/cache-pack-descriptors
lroberts36 6e2a162
Merge branch 'develop' into lroberts36/cache-pack-descriptors
lroberts36 1971365
Merge branch 'develop' into lroberts36/cache-pack-descriptors
Yurlungur 714a499
Merge branch 'develop' into lroberts36/cache-pack-descriptors
pgrete b03e5a7
Merge branch 'develop' into lroberts36/cache-pack-descriptors
lroberts36 c326176
move to correct location in changelog
lroberts36 16bcf1a
small doc update
lroberts36 984c8ec
philipp comments
lroberts36 c293634
Merge branch 'develop' into lroberts36/cache-pack-descriptors
lroberts36 9799cb9
Merge branch 'develop' into lroberts36/cache-pack-descriptors
lroberts36 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Why this change?
And if I didn't miss anything, neither that type nor
boundary_comm_mapare touched otherwise in this PR, so why is this still working?