Interest
Proportion of Hacker News items mentioning "b-tree" over time.
Mentions
Total number of Hacker News items mentioning "b-tree" over time.
In computer science, a B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time. The B-tree generalizes the binary search tree, allowing nodes to have more than two children. Read more on Wikipedia