Better linked-list traversal in BPF
Better linked-list traversal in BPF
Posted Mar 9, 2024 15:51 UTC (Sat) by adobriyan (subscriber, #30858)In reply to: Better linked-list traversal in BPF by atnot
Parent article: Better linked-list traversal in BPF
How would you structure (pardon the repetition) data structures?
Userspace have a luxury of kernel doing equivalent of vmalloc for their std::vector's, but kernel have to deal with fragmentation.
