登录
GitLink极速下载/btree
同步镜像关注点赞复刻(Fork)
  • 主页
  • 代码库
  • 疑修(Issue)
  • 流水线(devops)
  • 里程碑
  • 维基(Wiki)
  • 动态
目录
master
分支1
标签6
+ 疑修
Web IDE
zhangchuanqing1

fix: remove item may changed clone btree; (i+1) children has new cow, but do not copy

Signed-off-by: zhangchuanqing1 zhangchuanqing1@jd.com

1年前51次提交
  • .githubci: use github actions matrix4年前
  • LICENSEInitial commit.12年前
  • README.mdRemove travis badge4年前
  • btree.gofix: remove item may changed clone btree; (i+1) children has new cow, but do not copy2年前
  • btree_generic.gofix: add Has method for a `BTreeG[Item]`4年前
  • btree_generic_test.goCreate a generic BTreeG for Go 1.18 and beyond.4年前
  • btree_mem.goFix btree import in btree_mem, and update comment.12年前
  • btree_test.goAdd coverage of Has in test.4年前
  • go.modCreate a generic BTreeG for Go 1.18 and beyond.4年前
README.md

BTree implementation for Go

This package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure.

The API is based off of the wonderful http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to act as a drop-in replacement for gollrb trees.

See http://godoc.org/github.com/google/btree for documentation.

关于
go
README.md
218.0 KB
邀请码