issues
search
tidwall
/
btree
B-tree implementation for Go
MIT License
1.06k
stars
83
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Compilation of btree.Set example breaks tinygo
#45
lasarocamargos
opened
1 week ago
1
Set.GetAt(index int) is `int` sufficient for `index` ?
#44
0w0c
closed
3 weeks ago
1
PathHint on Map/Set?
#43
delaneyj
opened
8 months ago
0
add Seek for tree
#42
mmsqe
opened
8 months ago
0
Don't allocate the lock when lock disabled
#41
yihuang
opened
8 months ago
0
add ReadOnly mode and change IsoCopy behavior
#40
yihuang
opened
8 months ago
0
question about crash during iteration (probably because of mutation during iteration)
#39
sahib
opened
11 months ago
2
add iter pool to reduce allocations
#38
reusee
closed
9 months ago
1
Support marshalling Map to/from json
#37
dzfranklin
closed
3 months ago
0
Do we need a rebalancing process for the btree?
#36
AlexandrosKyriakakis
closed
1 year ago
2
Add Iter Pos method.
#35
cyharyanto
opened
1 year ago
2
add put method to set kvpairs , if old value exists, return val
#34
someview
opened
1 year ago
0
is b+ tree surport?
#33
icetech233
closed
1 year ago
5
possible panic when writing from multiple goroutines
#32
HeavyHorst
closed
1 year ago
1
Map for pre-generics version of Go
#31
peter7891
opened
1 year ago
0
move private methods and iterator into different files
#30
elee1766
opened
1 year ago
0
How does copy-on-write actually work?
#29
15083787153
opened
1 year ago
0
skip allocating mutex if it isn't required
#28
ryanworl
opened
1 year ago
1
Put Deprecated comments to new paragraph
#27
gnvk
closed
1 year ago
1
Investigate if we can re-use allocated memory after `Map.Clear()`
#26
ValarDragon
opened
1 year ago
1
Minor godoc update for map
#25
ValarDragon
opened
1 year ago
0
Add test coverage instructions
#24
elliotwutingfeng
opened
1 year ago
0
Bump GitHub Actions versions
#23
elliotwutingfeng
opened
1 year ago
0
Does btree.Map use concurrency locks?
#22
benduckwdesign
closed
1 year ago
2
Breaking changes in switching from uint64 to atomic.Uint64
#21
just-hms
opened
1 year ago
1
feat: accumulator support
#20
alexanderbez
closed
2 years ago
1
Use of interface{} and constant type/length keys
#19
DannyZB
opened
2 years ago
0
Documentation for Get() is inaccurate
#18
slobdell
opened
2 years ago
0
Fix doc typo for PopMax()
#17
Neal
closed
2 years ago
1
Seek fails to find greater-or-equal key
#16
damz
closed
2 years ago
3
MapIter[K,V] Seek method does not initialize the item
#15
azdagron
closed
2 years ago
2
Seek does not initialize iter item
#14
azdagron
closed
2 years ago
4
With go1.18rc1 getting error: constraints: package constraints is not in GOROOT
#13
xmlking
closed
2 years ago
10
The Map[K, V].find() API design discussion
#12
sarrow104
opened
2 years ago
4
ADMIN
#11
cristy-davis
closed
2 years ago
0
Generics
#10
anacrolix
closed
2 years ago
8
Delete during Ascend in thread-safe tree
#9
tommie
closed
3 years ago
5
Add some more documentation to internal functions
#8
ValarDragon
closed
3 years ago
1
What is the purpose of path hints?
#7
sandeeprapido
opened
3 years ago
5
Nice. Does it come with a disk backed version one?
#6
hiqsociety
closed
3 years ago
8
Add poweron architecture ppc64le to travis build
#5
asellappen
closed
4 years ago
1
Added context getter and setter
#4
256dpi
closed
5 years ago
3
fix t.Fatal calls with formatting directives
#3
alexedwards
closed
4 years ago
1
fix a typo and drop one maybe useless else, outdent its block
#2
maxwell92
closed
4 years ago
1
Fixed typo in docstring
#1
tidwall
closed
8 years ago
0