Cyril Tovena
|
f5d4b63b7a
Reset hashtable during Writer reset to ensure deterministic output.
|
4 years ago |
Pierre Curto
|
9085dacd1e
Writer: added concurrency support. Fixes #55
|
5 years ago |
Pierre Curto
|
5e5eaacf5f
Writer: fixed header being improperly reset
|
5 years ago |
Pierre Curto
|
d34061778c
Writer: fixed Reset() not clearing error field
|
5 years ago |
Pierre Curto
|
d8871004e9
Writer: made compatible with no map scheme for block max size
|
5 years ago |
Pierre Curto
|
49654038d5
Writer: initial concurrent version (no tests)
|
5 years ago |
Pierre Curto
|
e990da5628
Writer: handle internal buffers via sync.Pools
|
5 years ago |
Pierre Curto
|
6807fb8d9e
block: moved error handling from internal compress functions
|
5 years ago |
Pierre Curto
|
21241797f8
lz4.Writer: allocate only if buffer too small. Fixes #52.
|
5 years ago |
Pierre Curto
|
1112564638
Regroup static errors into their own file. Minor cosmetic adjustments.
|
5 years ago |
Pierre Curto
|
b69316ffb4
Added OnBlockDone handlers to the Reader and Writer.
|
5 years ago |
Pierre Curto
|
6749706c16
#42: the compress functions can write pass the end of the slice via copy. Make sure the capacity of the buffer used for compression is the same as its length.
|
5 years ago |
贺伟
|
e303551daa
bugfix for flush
|
5 years ago |
Pierre Curto
|
bb6bfd13c6
#33: fixes go module support breaking non module aware go versions, kudos to @snowzach
|
6 years ago |
Sebastien Binet
|
736b6e0e82
lz4: add support for Go modules
|
6 years ago |
Pierre Curto
|
ea731401f5
perf improvements: removed default unused debug args evaluations; faster writer for short writes
|
6 years ago |
Pierre Curto
|
7f4bd64aba
large refactoring for cleaner and faster code
|
6 years ago |
Pierre CURTO
|
88df27974e
fixed #16
|
7 years ago |
Connor Peet
|
a5a5642aca
Remove mallocs in writer.go
|
8 years ago |
Pierre Curto
|
f20ad86db2
Revert "Increase general compression efficiency"
|
7 years ago |
Connor Peet
|
d9ddf251e6
Use generational hash table to increase compression efficiency
|
8 years ago |
Connor Peet
|
7f1eefc66a
Remove mallocs in writer.go
|
8 years ago |
Pierre CURTO
|
383c0d87b5
Merged pull from arya: Fix compression/decompression bug when BlockDependency=true #6
|
8 years ago |
Arya Asemanfar
|
90d8b86b23
Fix compression/decompression bug when BlockDependency=true
|
8 years ago |
Arya Asemanfar
|
3391e7bd10
Return the correct length after flushing a buffered write.
|
9 years ago |
Alexander Neganov
|
9b7b588240
Fix writing of block size
|
9 years ago |
Pierre Curto
|
9cbcbabc0a
Initial release
|
9 years ago |