tidwall / btree.c

B-tree implementation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

ssampath opened this issue · comments

Hi,

I am very interested to learn the implementation. It would be really helpful if there was some documentation around the code, especially important pieces like splitting the node, etc.,

Thanks,

Sudheendra G Sampath

I agree. Do you think adding verbose comments describing the logic would help?

Absolutely will help.

Thank you.