issues
search
valyala
/
bytebufferpool
Anti-memory-waste byte buffer pool
MIT License
1.19k
stars
132
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Reduce Memory Usage by Optimizing Order of Fields
#29
gaby
opened
3 months ago
1
i implement an 2x faster, no memory allocation data structure compared to sync.pool
#28
zdyj3170101136
opened
4 months ago
0
Question about Redundant Code in Go - Clarification Needed
#27
lzb200244
closed
9 months ago
0
Update pool.go
#26
moredure
closed
2 years ago
0
bytebuffer will be gc when reallocating memory
#25
reacerland
opened
3 years ago
1
Methods for working directly with []byte slices
#24
yonderblue
opened
3 years ago
0
improve defaultSize adjustment for rare case when next few j > 0 p.calls after sort
#23
Illirgway
opened
3 years ago
0
Add poweron architecture ppc64le to travis build
#22
asellappen
closed
4 years ago
1
Update CI to use the latest versions of Go
#21
savsgio
closed
4 years ago
1
Possibility to set a limit to this bytebufferpool and use as cache?
#20
gitmko0
opened
4 years ago
1
Fix example
#19
thanhpk
closed
5 years ago
1
race detection
#18
jjhesk
opened
5 years ago
0
*bytebufferpool.ByteBuffer does not implement io.Reader (missing Read method)
#17
delfer
opened
5 years ago
3
[Question] append vs. bytes.Buffer-like "manual cap/len check and copy"
#16
metaleap
opened
6 years ago
0
Неверный расчёт defaultSize и maxSize
#15
MichaelMonashev
opened
7 years ago
1
Avoid allocation when the internal buffer grows
#14
MichaelMonashev
opened
7 years ago
0
Autotuning low and high bins' limits.
#13
gallir
opened
7 years ago
1
invalid memory address or nil pointer dereference error will happen in Put method
#12
barnettZQG
closed
8 years ago
1
Rename ByteBuffer.B to ByteBuffer.buf
#11
n10v
closed
8 years ago
5
Add benchmark results
#10
kirillDanshin
closed
8 years ago
1
Go runtime adoption
#9
jadbox
opened
8 years ago
2
implement String() method. closes #7
#8
kirillDanshin
closed
8 years ago
2
b.String()?
#7
kirillDanshin
closed
8 years ago
0
Fix typo
#6
n10v
closed
8 years ago
2
[Question] Why do you use self-made byte buffers?
#5
n10v
closed
8 years ago
3
Small refactoring
#4
n10v
closed
8 years ago
1
Add Bytes function
#3
n10v
closed
8 years ago
1
Add WriteByte function
#2
n10v
closed
8 years ago
1
[Question] minBitSize?
#1
kirillDanshin
closed
8 years ago
2