issues
search
klauspost
/
pgzip
Go parallel gzip (de)compression
MIT License
1.12k
stars
77
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
rapidgzip
#58
karelbilek
closed
4 months ago
3
Is the output gzip file a concatenation of gzip blocks?
#57
shenwei356
closed
8 months ago
1
buf leak in (*Writer).Close()
#56
yoavj-arpeely
opened
8 months ago
1
OSError: Not a gzipped file (b'i\xdb' or b'\xae\x82') or 'Ran out of input' with decompress
#55
tle4336
closed
12 months ago
1
truncated gzip input
#53
ltagliamonte-dd
closed
1 year ago
3
Please release version 1.2.6 or later
#52
siretart
opened
1 year ago
1
unexpected fault
#51
gitperson1980
closed
1 year ago
0
RFC: Consume z.current prepared by Reader.Read in Reader.WriteTo
#50
mtrmac
closed
2 years ago
0
Unexpected, and nondeterministic, panic reading `.tar.gz`
#49
Integralist
closed
2 years ago
3
Update README.md
#48
lukasmalkmus
closed
2 years ago
1
Change LICENSE back to the original MIT License
#47
cfiderer
closed
2 years ago
0
License is not "MIT License" anymore
#46
cfiderer
closed
2 years ago
1
SetConcurrency(?,?)
#45
ayamzh
closed
3 years ago
3
Possibility to reduce memory consumption
#44
CrendKing
closed
3 years ago
2
Setup go modules for the repository
#43
mrunalp
closed
3 years ago
2
use defer to unlock mutex
#42
rainrambler
closed
3 years ago
4
Could you provide a conda version?
#41
guandailu
closed
3 years ago
1
gunzip: improve EOF handling
#40
cyphar
opened
3 years ago
10
goroutine deadlock if Read or WriteTo is called after WriteTo end of stream
#39
cyphar
opened
3 years ago
1
io.Copy(pgzip.Reader) returns io.EOF if stream already complete due to WriteTo implementation
#38
cyphar
opened
3 years ago
1
AddingPowerSupport_CI/Testing
#37
santosh653
closed
4 years ago
1
How does it compare to pigz?
#36
souvikhaldar
closed
4 years ago
1
reader: Fix missing buffers
#35
klauspost
closed
4 years ago
0
gunzip: Reset may loose buffers
#34
buengese
closed
4 years ago
3
Never return negative values from `Write`, as they can panic in `bufio`
#33
ajm188
closed
4 years ago
1
pgzip.Writer causes panics in bufio.Write
#32
ajm188
closed
4 years ago
2
Fix LICENSE header
#31
qaisjp
closed
4 years ago
1
pgzip: Fix an occasional segfault/panic with pgzip
#30
ttimonen
closed
4 years ago
1
godoc: added new Default values for SetConcurrency
#29
mschneider82
closed
4 years ago
1
gzip: fix memory allocs (buffers not returned to pool)
#28
wojas
closed
4 years ago
6
Writer deadlock
#27
klauspost
closed
4 years ago
2
Fix writer deadlock
#26
klauspost
closed
4 years ago
0
Fix broken link to https://github.com/klauspost/compress#linear-time-compression-huffman-only
#25
pdecat
closed
4 years ago
1
A parallel zlib implementation?
#24
gabriel-samfira
opened
5 years ago
0
Missing lines with the uncompression example
#23
zorino
closed
5 years ago
8
Publish version tags that are compatible with Go Modules
#22
shoenig
closed
5 years ago
2
Please document the version of Go that was used
#21
flx42
closed
6 years ago
2
README fixes
#20
stchris
closed
6 years ago
1
Compression sizes differ from pigz and gzip...
#19
sean-
closed
7 years ago
1
use gzip command or python gzip to uncompress data compressed by pgzip?
#18
pirDOL
closed
7 years ago
1
Use pgzip for multiple files
#17
Cosby86
closed
7 years ago
1
correct spelling mistake
#16
EdwardBetts
closed
7 years ago
0
Update travis to Go 1.5.x -> 1.8.x
#15
klauspost
closed
7 years ago
0
Fix truncated gzip input
#14
klauspost
closed
7 years ago
0
Pgzip does not correctly error on truncated files (hangs indefinitely)
#13
tjj5036
closed
7 years ago
0
Rewrite error handling
#12
klauspost
closed
8 years ago
0
write block when IOException
#11
hustchensi
closed
8 years ago
2
go get fails with go 1.7
#10
ms2scale
closed
7 years ago
1
Make benchmark comparison pgzip vs pigz
#9
romiras
closed
7 years ago
2
dictFlatePool not helping much (lots of new flate compressor allocations)
#8
flyingmutant
closed
4 years ago
2
Next