Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can leak memory in any complex project, even if you only use safe Rust.

Linux kernel uses doubly linked lists, Redis uses doubly linked lists, V8 JS engine uses doubly linked lists. Have their authors chosen something obviously wrong?



Rust uses double linked lists, they are not harder to implement in Rust than in any other language. Moreover, built-in borrow checker will help to implement them properly, without memory leaks or use-after-free. What is your point?


My point is that it's not obviously wrong to create cyclic references.


OK, it's was obviously wrong to create cyclic references few years ago.


But doubly linked lists use cyclic references…


Double linked lists use double links.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: