Better linked-list traversal in BPF
Better linked-list traversal in BPF
Posted Mar 8, 2024 15:48 UTC (Fri) by atnot (guest, #124910)Parent article: Better linked-list traversal in BPF
It's interesting how this difficultly of analyzing linked list traversal in BPF mirrors the way CPUs struggle analyzing it. Which is a big reason why they are so disastrously slow and really shouldn't be used in any remotely performance sensitive context today. I guess the lesson is if BPF doesn't like your code, your cpu probably won't either :)
