summaryrefslogtreecommitdiff
path: root/src/datastruct/intrusive_linked_list.zig
AgeCommit message (Collapse)Author
2025-09-30datastruct: make trivial linked list ops inlineQwerasd
Supported by benchmarks (vtebench on Apple M3 Max)
2024-11-07terminal: change pagelist linked list to an intrusive linked listMitchell Hashimoto
2024-11-07datastruct: add intrusive doubly linked listMitchell Hashimoto