Hacker News new | ask | show | jobs
by bmh 1973 days ago
B-trees don't need sorted data. The B-tree insertion algorithm performs the sorting for you.
1 comments

B-trees need sortable data; GP is not saying that the data has to be pre-sorted, but that it can't be unorderable or otherwise uncomparable.