An open API service indexing awesome lists of open source software.

https://github.com/thedhruvrawat/bvsavl


https://github.com/thedhruvrawat/bvsavl

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# B-Tree vs. AVL-Tree
Non fine-tuned implementations of B-Tree and AVL-Tree and a comparison of the time taken by them.

The B-Tree test program runs atleast 3-4 times faster than AVL-Tree (similar amount of data, 10000000 nodes) even when it is not fully optimised.

**Cache performance** and **avoidance of malloc overhead** major reasons for better performance.