-
Notifications
You must be signed in to change notification settings - Fork 89
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
Erase Functionality for dynamic_map #149
Merged
Merged
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
Can one of the admins verify this patch? |
Nicolas-Iskos
changed the title
WIP: Dynamic map erase
WIP: Erase Functionality for Dynamic Map
Apr 6, 2022
Nicolas-Iskos
changed the title
WIP: Erase Functionality for Dynamic Map
WIP: Erase Functionality for dynamic_map
Apr 6, 2022
Nicolas-Iskos
force-pushed
the
dynamic_map_erase
branch
from
April 30, 2022 00:05
5c37654
to
e01978b
Compare
Nicolas-Iskos
changed the title
WIP: Erase Functionality for dynamic_map
Erase Functionality for dynamic_map
Apr 30, 2022
add to allowlist |
Nicolas-Iskos
force-pushed
the
dynamic_map_erase
branch
from
August 31, 2022 18:38
ebd43eb
to
faf8224
Compare
@Nicolas-Iskos Can you please check the doxygen warnings here (in the |
PointKernel
requested changes
Sep 1, 2022
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.
The first round of review.
sleeepyjack
reviewed
Nov 2, 2022
…comments and add erase_none and search_none benchmarks
… and erase_none benchmarks and get rid of sentinel namespace
…nd async instructions when possible
rerun tests |
PointKernel
reviewed
Dec 20, 2022
…ect, constexpr when possible
PointKernel
approved these changes
Dec 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Needs Review
Awaiting reviews before merging
topic: dynamic_map
Issue related to the dynamic_map
type: feature request
New feature request
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.
Erase support added for
cuco::dynamic_map
, based oncuco::static_map
with erase support. See #142. More details to follow soon.Some benchmark data: