Maple Tree
commit 54a611b605901c7d5d05b6b8f5d04a6ceb0962aa
Author: Liam R. Howlett <Liam.Howlett@Oracle.com>
Date: Tue Sep 6 19:48:39 2022 +0000
Maple Tree: add new data structure
Patch series "Introducing the Maple Tree"maple tree的目标
maple_node如何表达数据
函数详解
mas_wr_walk()
mas_wr_node_store()
offset == offset_end
offset < offset_end
mas_wr_modify()
offset == end: mas_wr_append()
new_end == end: mas_wr_slot_store()
常用API
mas_prev|next()
mas_find()
测试代码
参考资料
Last updated