Skip to content
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

✨ Add intrusive_list #3

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Conversation

bdeane-intel
Copy link
Contributor

A simple doubly-linked intrusive list. Notably it only provides forward iteration, to avoid complexity in handling reverse iterators. However it does allow pushing and popping at both ends.

@bdeane-intel bdeane-intel force-pushed the add-intrusive-list branch 3 times, most recently from 2e444a5 to 9312346 Compare September 7, 2023 19:54
A simple doubly-linked intrusive list. Notably it only provides forward
iteration, to avoid complexity in handling reverse iterators. However it does
allow pushing and popping at both ends.
Copy link
Contributor

@lukevalenty lukevalenty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: would be nice to see rapidcheck tests in a future pr

@lukevalenty lukevalenty added this pull request to the merge queue Sep 7, 2023
Merged via the queue into intel:main with commit 23e0c20 Sep 7, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants