issues
search
golang
/
snappy
The Snappy compression format in the Go programming language.
BSD 3-Clause "New" or "Revised" License
1.52k
stars
164
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
framing format implementation
#24
glycerine
closed
8 years ago
1
Avoid allocating table on stack.
#23
klauspost
closed
7 years ago
6
Fix typo in godoc
#22
rhcarvalho
closed
8 years ago
3
Integrated sync.Pool + Multiple Optimizations
#21
AlasdairF
closed
8 years ago
8
Added memory recycling and optimized writes
#20
AlasdairF
closed
8 years ago
3
Fast skipping on uncompressible data
#19
klauspost
closed
8 years ago
12
C++ snappy has moved to github
#18
dgryski
closed
9 years ago
0
Lint fixes.
#17
dgryski
closed
9 years ago
0
Fix max block size check
#16
dgryski
closed
9 years ago
5
decodedLen() assumes max of int64, but format limits block size to uint32
#15
dgryski
closed
9 years ago
1
all: simpler import path
#14
sbinet
closed
9 years ago
8
Fix binary.Uvarint overflow.
#13
makhov
closed
9 years ago
3
Redefine snappy import path
#12
0x6e6562
closed
9 years ago
3
index out of range panic
#11
dvyukov
closed
9 years ago
2
migrating to github
#10
GoogleCodeExporter
closed
9 years ago
1
Outdated contributing instructions
#9
GoogleCodeExporter
closed
9 years ago
1
Why does Encode return an error?
#8
GoogleCodeExporter
closed
9 years ago
0
Decode panics when passed malformed input
#7
GoogleCodeExporter
closed
9 years ago
0
Decode() may return nil when output length is 0 (patch attached)
#6
GoogleCodeExporter
closed
9 years ago
5
Encode appears to allocate ~10K more than it needs on a 64K block
#5
GoogleCodeExporter
closed
9 years ago
1
Why no io.Reader and io.Writer interface for snappy?
#4
GoogleCodeExporter
closed
9 years ago
2
Project front page installation instructions are outdated
#3
GoogleCodeExporter
closed
9 years ago
1
support API for official snappy framing
#2
GoogleCodeExporter
closed
9 years ago
5
test uses data file that's not in the repo
#1
GoogleCodeExporter
closed
9 years ago
1
Previous