fettuccinecode to Rust · 2 years agoObject Soup is Made of Indexesjacko.ioexternal-linkmessage-square8linkfedilinkarrow-up118arrow-down11
arrow-up117arrow-down1external-linkObject Soup is Made of Indexesjacko.iofettuccinecode to Rust · 2 years agomessage-square8linkfedilink
minus-squareBeej Jorgensen@lemmy.sdf.orglinkfedilinkarrow-up7·2 years 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!