issues
search
bkaradzic
/
go-lz4
Port of LZ4 lossless compression algorithm to Go
BSD 2-Clause "Simplified" License
211
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
hashTable allocating tons of memory
#21
manishrjain
opened
7 years ago
1
Use capacity to determine whether dst can be reused for encoding and decoding
#20
manishrjain
opened
7 years ago
5
Interoperability issue with other lz4 libraries
#19
raffi-semerciyan
opened
7 years ago
2
please tag and version this project
#18
aviau
closed
8 years ago
4
Gofmt and formatting tweaks
#17
dchest
closed
9 years ago
5
LZ4 Framing
#16
rektide
opened
9 years ago
2
Incompatibility with official LZ4
#15
vhbit
closed
10 years ago
11
encode with io.Writer / decode with io.Reader
#14
lachie
opened
10 years ago
14
Able to switch bwteen LittleEndian and BigEndian
#13
DavyC
opened
10 years ago
0
Add some basic tests so Travis does more than just build.
#12
dgryski
closed
10 years ago
1
Remove some dead code from the main decode loop
#11
dgryski
closed
10 years ago
0
speedup the encoder ~15%
#10
dgryski
closed
10 years ago
0
README update
#9
dgryski
closed
10 years ago
0
Optimize decoder
#8
dgryski
closed
10 years ago
2
Update travis for Go 1.1
#7
dgryski
closed
10 years ago
0
Some small tweaks to the decoder.
#6
dgryski
closed
10 years ago
0
optimized cp(), 2x performance increase for large files
#5
zhenjl
closed
10 years ago
10
Replace streaming API with block encode/decode routines
#4
dgryski
closed
10 years ago
0
Can't compress files larger than 2^17 bytes
#3
dgryski
closed
10 years ago
10
Incompatible NewWriter signature
#2
raichu
closed
10 years ago
7
Allow more seamless integration to other projects.
#1
dustin
closed
12 years ago
0