Freestyle linked lists tricks
A technical guide exploring advanced linked list techniques in C, including memory allocation, traversal, and performance optimization.
A technical guide exploring advanced linked list techniques in C, including memory allocation, traversal, and performance optimization.
Explores integrating C++ objects with non-trivial destructors into arena allocators, maintaining RAII and exception safety.
Explores Postgres's MemoryContexts by building an HTTP server inside a Postgres extension to understand memory allocation.
Explores a common bug in C arena allocators and presents safer implementation strategies to prevent out-of-bounds writes.