-
Notifications
You must be signed in to change notification settings - Fork 2
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
Simplify the data structure #16
Open
PatrickCronin
wants to merge
4
commits into
pcronin/performance-feature-branch
Choose a base branch
from
pcronin/oschwalds-idea
base: pcronin/performance-feature-branch
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
Simplify the data structure #16
PatrickCronin
wants to merge
4
commits into
pcronin/performance-feature-branch
from
pcronin/oschwalds-idea
Conversation
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
Pull Request Test Coverage Report for Build 3810326162
💛 - Coveralls |
PatrickCronin
force-pushed
the
pcronin/oschwalds-idea
branch
5 times, most recently
from
December 28, 2021 05:38
9721e1e
to
b095e87
Compare
PatrickCronin
force-pushed
the
pcronin/oschwalds-idea
branch
from
January 2, 2022 06:11
b095e87
to
9c88c2e
Compare
PatrickCronin
force-pushed
the
pcronin/oschwalds-idea
branch
from
October 6, 2022 15:04
9c88c2e
to
0f9ed1f
Compare
PatrickCronin
changed the base branch from
main
to
pcronin/performance-feature-branch
October 6, 2022 15:04
PatrickCronin
force-pushed
the
pcronin/oschwalds-idea
branch
2 times, most recently
from
October 6, 2022 15:16
0958b58
to
f3065c3
Compare
PatrickCronin
force-pushed
the
pcronin/performance-feature-branch
branch
from
October 6, 2022 15:29
f6dc114
to
b8782e3
Compare
PatrickCronin
force-pushed
the
pcronin/oschwalds-idea
branch
from
October 6, 2022 16:23
f3065c3
to
d9b0fb1
Compare
PatrickCronin
force-pushed
the
pcronin/performance-feature-branch
branch
from
October 6, 2022 17:47
04aba48
to
101f1df
Compare
PatrickCronin
force-pushed
the
pcronin/oschwalds-idea
branch
from
October 6, 2022 17:51
d9b0fb1
to
35c4f06
Compare
PatrickCronin
force-pushed
the
pcronin/oschwalds-idea
branch
from
October 20, 2022 15:21
35c4f06
to
8e4c0a7
Compare
PatrickCronin
force-pushed
the
pcronin/performance-feature-branch
branch
from
December 30, 2022 14:55
3191ad4
to
919d6ed
Compare
PatrickCronin
force-pushed
the
pcronin/oschwalds-idea
branch
2 times, most recently
from
December 30, 2022 17:08
77a8f86
to
2128dd2
Compare
PatrickCronin
force-pushed
the
pcronin/performance-feature-branch
branch
from
December 31, 2022 02:59
919d6ed
to
1bb8216
Compare
PatrickCronin
force-pushed
the
pcronin/oschwalds-idea
branch
from
December 31, 2022 03:01
2128dd2
to
daea4e0
Compare
PatrickCronin
force-pushed
the
pcronin/performance-feature-branch
branch
from
January 15, 2023 01:57
ac52555
to
8f16126
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is an attempt to implement @oschwald's idea. We'll simplify the data structure and see how benchmarks perform.