Hacker News new | ask | show | jobs
by stcredzero 3408 days ago
It pretty much has no practical use, that a different data structure couldn't do more efficiently.
1 comments

What in the world are you talking about, RB trees are incredibly useful.
There's a well known analysis that shows they're asymptotically equivalent to B-trees. You can tune a B-tree to better exploit cache locality. Other kinds of ordered binary trees are far less complicated to code and have similar performance characteristics.