HN2new | past | comments | ask | show | jobs | submitlogin

Yes and no. A lot of it depends on how the low fan-out tree is laid out in memory. Also some binary tree structures (e.g. binary heaps) are often stored in an array with one child implied and only the other child index stored in each node. In such cases chasing down the child references may no be more expensive that searching inside a B(+)-tree node.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: