5 ms·
I like the language saying "it's not as easy as you think" when I'm about to do something ill-advised like roll my own mutable tree structure.
by EnergyAmy 10mo ago
I like the language saying "it's not as easy as you think" when I'm about to do something ill-advised like roll my own mutable tree structure.
- bobbylarrybobby 10mo agoI mean, it is as easy as you think in a GC language
- deleted 10mo ago[deleted]
- tptacek 10mo agoYou understand that tree structures aren't just lookup tables, right? I wouldn't roll my own red-black tree (Jesus how tedious would that be). That's not what I'm talking about.
- dilyevsky 10mo agoIt is in fact not that hard when your memory is automatically managed