Generic implementation of red-black binary tree. It's planned to use in
several places, but for now only GIN uses it during index creation. Using self-balanced tree greatly speeds up index creation in corner cases with preordered data.
Showing
src/include/utils/rbtree.h
0 → 100644
Please register or sign in to comment