top | item 45939032

(no title)

EnergyAmy | 3 months 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.

discuss

order

dilyevsky|3 months ago

It is in fact not that hard when your memory is automatically managed

tptacek|3 months ago

You 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.

bobbylarrybobby|3 months ago

I mean, it is as easy as you think in a GC language