These are my blogs
and also my life

Intrusive Linked Lists
2025-07-12 c++ data-structures
Intrusive linked lists are an alternative implementation of linked lists optimized for fewer memory allocation / copying calls. A standard ... Read More
Intrusive Linked Lists
2025-07-12 c++ data-structures
Intrusive linked lists are an alternative implementation of linked lists optimized for fewer memory allocation / copying calls. A standard ... Read More