issues
search
google
/
btree
BTree provides a simple, ordered, in-memory data structure for Go programs.
Apache License 2.0
3.96k
stars
420
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: remove item may changed clone btree; (i+1) children has new cow,…
#58
zhangchuanqing5658
closed
3 months ago
1
fix: remove item may changed clone btree; (i+1) children has new cow,…
#57
zhangchuanqing5658
closed
5 months ago
2
stack overflow while deleting a key from the tree
#56
resam72
opened
6 months ago
1
sylr.dev/btree/v2
#55
sylr
closed
1 year ago
1
sylr.dev/btree
#54
sylr
closed
1 year ago
1
is it b plus tree??
#53
icetech233
closed
1 year ago
1
fix: add GoLLRB dependency in go.mod
#52
meiliangdeng
opened
1 year ago
1
is it b-tree or b+tree?
#51
mrkdian
closed
1 year ago
1
added function node.insertWithIndex that returns index/placement
#50
kroksys
opened
1 year ago
0
Try to call Less() fewer times when iterating
#49
a180285
opened
1 year ago
4
fix: re-add `Has` method for a `BTreeG[Item]`
#48
julienrbrt
closed
2 years ago
4
Use GitHub actions matrix
#47
tuananh
closed
2 years ago
2
Gram/goversions
#46
gconnell
closed
2 years ago
0
Create a generic BTreeG for Go 1.18 and beyond.
#45
gconnell
closed
2 years ago
3
BTree Iterators
#44
keep94
opened
2 years ago
0
v2 release with generic approach
#43
Michal-Leszczynski
closed
2 years ago
3
should call Less() fewer times when iterating
#42
caterchong
opened
2 years ago
1
Generic approach
#41
Michal-Leszczynski
closed
2 years ago
4
Switch to github actions
#39
gauntface
closed
3 years ago
0
What is the meaning of `copyOnWriteContext`?
#38
dahaihu
closed
3 years ago
1
Added support for Linux on power
#37
ujjwalsh
closed
2 years ago
2
Worked unexpected in go rountine?
#36
funlake
closed
4 years ago
1
Go modules giving issues while importing kubernetes/cli-runtime
#35
shravanshetty1
closed
3 years ago
0
Minor documentation fix
#34
AdamColton
closed
5 years ago
4
Bounds issue in insertAt
#33
dynajoe
closed
5 years ago
3
Fix data race in test.
#32
Luffbee
closed
5 years ago
3
seperate copyright notice from go.mod body
#31
urandom2
closed
5 years ago
2
add mod file
#30
urandom2
closed
5 years ago
3
"t2" declared but "out" returned
#29
Deadooshka
opened
5 years ago
0
Question on iteration
#28
jvsteiner
opened
6 years ago
8
Marshaling btree on disk
#27
Fohlen
opened
6 years ago
0
panic: runtime error: index out of range using Ascend iterator
#26
missionsix
closed
6 years ago
3
Improve the iterate seek to O(logN)
#25
nolouch
closed
6 years ago
4
Tagged releases
#24
jsha
closed
4 years ago
0
only one goroutine put and some other goroutines get , Is it safe ?
#23
zhengxiaochuan-3
closed
6 years ago
1
Read traversal and COW
#22
gallir
opened
6 years ago
1
Add a Clear method that clears all nodes into a freelist.
#21
gconnell
closed
6 years ago
1
Small patch to allow resetting the btree.
#20
cstockton
closed
6 years ago
5
deleteMin appears to be O(n); not O(log(n)) as expected from a balanced binary tree.
#19
glycerine
closed
7 years ago
2
Q: how do I delete a range?
#18
glycerine
opened
7 years ago
6
Can it be done if I want to insert pair instead of int?
#17
chakpongchung
closed
7 years ago
1
O(1) Clone of BTree.
#16
gconnell
closed
7 years ago
1
Added GetAt(i), which returns the ith item.
#15
darfire
closed
4 years ago
5
Persistent12
#14
keep94
closed
4 years ago
0
ImmutableBTree
#13
keep94
closed
4 years ago
1
Incorrect deletion result from current B-Tree implementation
#12
cookieisaac
closed
8 years ago
9
Fix memory leak in freeNode and splitNode.
#11
keep94
closed
8 years ago
3
Persistent version of btree
#10
keep94
opened
8 years ago
15
Fix memory leak in removeAt methods.
#9
keep94
closed
8 years ago
2
Fixed typo in docstring
#8
joe2far
closed
8 years ago
0
Next