-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Remove petgraph
from bevy_ecs
#15519
Open
bushrat011899
wants to merge
8
commits into
bevyengine:main
Choose a base branch
from
bushrat011899:RemovePetgraphFromBevyECS
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Remove petgraph
from bevy_ecs
#15519
bushrat011899
wants to merge
8
commits into
bevyengine:main
from
bushrat011899:RemovePetgraphFromBevyECS
Commits on Sep 29, 2024
-
Replaced with specialised solution based on original types.
Configuration menu - View commit details
-
Copy full SHA for d48d72b - Browse repository at this point
Copy the full SHA d48d72bView commit details
Commits on Sep 30, 2024
-
- Removed instances of `&NodeId` in function arguments since `NodeId` is copy and only two `usize`'s wide. - Changed documentation references to `O(V)` to `O(N)` (nodes instead of verticies) Co-Authored-By: Lixou <82600264+DasLixou@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a5e4e13 - Browse repository at this point
Copy the full SHA a5e4e13View commit details -
Avoid redundant
Vec
allocationCo-Authored-By: Lixou <82600264+DasLixou@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96c0698 - Browse repository at this point
Copy the full SHA 96c0698View commit details
Commits on Oct 1, 2024
-
Switched to non-recursive TarjanScc
Allows for a minimal-allocation iterator interface. Also switched to `SmallVec` to improve performance in sparse graphs (the more likely use-case)
Configuration menu - View commit details
-
Copy full SHA for f095210 - Browse repository at this point
Copy the full SHA f095210View commit details
Commits on Oct 2, 2024
-
Use
snake_case
variable namingThe `nocase` naming was a hangover from the `petgraph` migration. Co-Authored-By: vero <11307157+atlv24@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 35f71aa - Browse repository at this point
Copy the full SHA 35f71aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d18a03 - Browse repository at this point
Copy the full SHA 8d18a03View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 062017c - Browse repository at this point
Copy the full SHA 062017cView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06a27eb - Browse repository at this point
Copy the full SHA 06a27ebView commit details
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.