Get the latest tech news
Arenas in Rust
gust 5, 2025 A fast way to start an argument in a room full of programmers: “How do you implement a doubly linked list in Rust?” At one level, this question is not very fair, because an answer to it as stated would be that one simply does not use doubly linked lists. They have been popular in introductory computer science lectures because they are a neat way to explain pointers in a data structure that's easy to draw on a whiteboard, but they are not a good match to modern hardware.
None
Or read this on Hacker News