|
|
|
|
|
by tlack
914 days ago
|
|
I still like that setup for using trees in low level languages. But personally I’ve been working at higher levels of the stack the last few years, where these kinds of decisions seem less important. And on another level, it seems like coders in general aren’t that interested in vector oriented languages and techniques which makes their study somewhat isolating. |
|
I used a very similar setup, first time I needed to implement a tree. Now, I'm a fan of Eytzinger layout. (referenced in a previous comment in this thread)
Yeah, most coders in general don't seem to be as interested in this stuff, but it's still necessary. They'll want more performance.