-
Notifications
You must be signed in to change notification settings - Fork 0
Fragment restructure #1
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
emilbjornlinger
merged 16 commits into
dcs-chalmers:main
from
emilbjornlinger:fragment_restructure
Feb 5, 2026
Merged
Changes from 11 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
ff70913
Move queues into data_structures folder
emilbjornlinger 81dfc62
Move stacks into data_structures folder
emilbjornlinger f6c2a74
Restructure queue benchmarks in benchmark_core directory
emilbjornlinger 7609f41
Adapt Cargo.toml files for all parts of the framework
emilbjornlinger ef66144
Fix build errors for queues
emilbjornlinger 29f16a3
Add entry for output directory in scripts/
emilbjornlinger 86b46ee
Change run_benchmark script to valid invocations
emilbjornlinger d211828
Change Handle to HandleQueue
emilbjornlinger eac4bef
Add priority queue data structure
emilbjornlinger 2c8988e
Add is_empty() and min() functions to the PriorityQueue trait
emilbjornlinger ada5754
Add benchmarks for priority queue and restructure argument parsing
emilbjornlinger a8e0d46
Add update of software repositories for boost install in workflow
emilbjornlinger b5c7995
Add ignore tag for compute heavy tests
emilbjornlinger 9949301
Add cfg tag test for test modules
emilbjornlinger a9ed612
Rename queues to fifo_queues
emilbjornlinger 58c6707
Change argument parsing to a flatter structure with one subcommand
emilbjornlinger 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| /target | ||
| /output | ||
| /scripts/output | ||
| Cargo.lock | ||
| /venv | ||
| src/cpp-ring-queues-research/benchmarks.sh | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| [submodule "queues/moodycamel_cpp/cpp_src/concurrentqueue"] | ||
| path = queues/moodycamel_cpp/cpp_src/concurrentqueue | ||
| [submodule "data_structures/queues/moodycamel_cpp/cpp_src/concurrentqueue"] | ||
| path = data_structures/queues/moodycamel_cpp/cpp_src/concurrentqueue | ||
| url = https://github.com/cameron314/concurrentqueue.git |
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.
Uh oh!
There was an error while loading. Please reload this page.