|
|
|
|
|
by josephg
155 days ago
|
|
> Rust can implement doubly linked list in safe code. It can. It wraps the unsafe parts in an abstract manner. As far as I know, only with Rc / RefCell. But that has a significant performance cost. Am I wrong? I'd love to see an example / benchmarks. |
|