tree.c
21.7 KB
-
treebuilder: insert sorted · 2c11d2ee
By inserting in the right position, we can keep the vector sorted, making entry insertion almost twice as fast.
Carlos Martín Nieto committed
By inserting in the right position, we can keep the vector sorted, making entry insertion almost twice as fast.