-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4128 from vgteam/gcsa-mem-limit
Extend autoindex rewinding functionality to apply to GCSA2 memory use
- Loading branch information
Showing
7 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
Submodule gcsa2
updated
9 files
+3 −3 | include/gcsa/files.h | |
+1 −1 | include/gcsa/path_graph.h | |
+13 −6 | include/gcsa/support.h | |
+1 −1 | src/build_gcsa.cpp | |
+2 −1 | src/convert_graph.cpp | |
+11 −5 | src/files.cpp | |
+1 −1 | src/gcsa.cpp | |
+15 −6 | src/path_graph.cpp | |
+16 −1 | src/support.cpp |
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
8341a7a
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.
vg CI tests complete for merge to master. View the full report here.
16 tests passed, 0 tests failed and 0 tests skipped in 17580 seconds
8341a7a
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.
vg CI tests complete for branch v1.52.0. View the full report here.
16 tests passed, 0 tests failed and 0 tests skipped in 17638 seconds