fettuccinecode@programming.dev to Rust@programming.dev · 1 year agoObject Soup is Made of Indexesjacko.ioexternal-linkmessage-square8fedilinkarrow-up117
arrow-up116external-linkObject Soup is Made of Indexesjacko.iofettuccinecode@programming.dev to Rust@programming.dev · 1 year agomessage-square8fedilink
minus-squareBeej Jorgensen@lemmy.sdf.orglinkfedilinkarrow-up7·1 year agoI like this approach for Rust in general when it comes to graphs. But it suffers from many of the same kinds of issues we get with pointers, e.g. dangling pointers, use after free, and so on. Tradeoffs!
I like this approach for Rust in general when it comes to graphs. But it suffers from many of the same kinds of issues we get with pointers, e.g. dangling pointers, use after free, and so on. Tradeoffs!