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

Not really, because Rust enforces a "many readers or one writer" invariant on everything that has no C++ equivalent. That invariant is precisely what makes the doubly-linked list case hard (because every interior node in the list would be readable from two places, which means it can never be written to).


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

Search: