Skip to content

Conversation

jserv
Copy link
Contributor

@jserv jserv commented Feb 21, 2025

This circular doubly-linked list mimics the Linux kernel's list.h API. The Linux kernel's list API is a battle-tested, elegant design for managing linked lists, widely admired for its simplicity and efficiency.

However, the documentation should be improved with additional examples and refined to clarify distinct behaviors.

Change-Id: If1badbc7f2f6f497be476e971de0c16927be154c

This circular doubly-linked list mimics the Linux kernel's list.h API.
The Linux kernel's list API is a battle-tested, elegant design for
managing linked lists, widely admired for its simplicity and efficiency.

However, the documentation should be improved with additional examples
and refined to clarify distinct behaviors.

Change-Id: If1badbc7f2f6f497be476e971de0c16927be154c
@jserv jserv merged commit df5427f into master Feb 21, 2025
4 checks passed
@jserv jserv deleted the list_comments branch February 21, 2025 10:02
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.

1 participant