Pierre.Curto
|
92a261d732
Fixes #61.
|
6 years ago |
Pierre Curto
|
363623bc45
Merge pull request #67 from djgilcrease/v3
|
6 years ago |
Dj Gilcrease
|
c470295428
fix import in the writer so it is not mixing v2 and v3
|
6 years ago |
Pierre Curto
|
8bdc6c8049
Writer: added concurrency support. Fixes #55
|
6 years ago |
Pierre Curto
|
95f00774fa
Merge branch 'writer-concurrency' into v3
|
6 years ago |
Pierre Curto
|
5e5eaacf5f
Writer: fixed header being improperly reset
|
6 years ago |
Pierre Curto
|
5a29d534ff
Merge branch 'writer-concurrency' into v3
|
6 years ago |
Pierre Curto
|
d34061778c
Writer: fixed Reset() not clearing error field
|
6 years ago |
Pierre Curto
|
e6faec6f17
Merge branch 'writer-concurrency' into v3
|
6 years ago |
Pierre Curto
|
d8871004e9
Writer: made compatible with no map scheme for block max size
|
6 years ago |
Pierre Curto
|
8c52d09227
Merge branch 'master' into writer-concurrency
|
6 years ago |
Pierre Curto
|
fbc25c327a
Writer: removed zdata field
|
6 years ago |
Pierre Curto
|
76905933af
Rewritten block size constants with a formula.
|
6 years ago |
Pierre Curto
|
49654038d5
Writer: initial concurrent version (no tests)
|
6 years ago |
Pierre Curto
|
e990da5628
Writer: handle internal buffers via sync.Pools
|
6 years ago |
Pierre Curto
|
6807fb8d9e
block: moved error handling from internal compress functions
|
6 years ago |
Pierre Curto
|
f25943004a
lz4.Reader: implement io.Seeker. PR #54. Thanks @ianwilkes.
|
6 years ago |
Pierre Curto
|
0554902aa7
lz4.Reader: implement io.Seeker. PR #54. Thanks @ianwilkes.
|
6 years ago |
Pierre Curto
|
645f9b948e
Merge pull request #54 from ianwilkes/master
|
6 years ago |
Ian Wilkes
|
aa78dadf73
implement io.Seeker
|
6 years ago |
Ian Wilkes
|
d22e83ee97
add SkipBytes()
|
6 years ago |
Pierre Curto
|
135093ea93
lz4.Writer: allocate only if buffer too small. Fixes #52.
|
6 years ago |
Pierre Curto
|
21241797f8
lz4.Writer: allocate only if buffer too small. Fixes #52.
|
6 years ago |
Pierre Curto
|
bf524fc723
DecodeBlock: handle case in shortcut2 where the destination buffer is shorter than 18 bytes. Fixes #51.
|
6 years ago |
Pierre Curto
|
3953b06bcb
DecodeBlock: handle case in shortcut2 where the destination buffer is shorter than 18 bytes. Fixes #51.
|
6 years ago |
Pierre Curto
|
6818acd453
cmd/lz4c: fixed progressbar version error
|
6 years ago |
Pierre Curto
|
b16d5c4e7d
updated README
|
6 years ago |
Pierre Curto
|
a54ef8c861
updated README
|
6 years ago |
Pierre Curto
|
6b61558f96
Merge remote-tracking branch 'origin/master' into v3
|
6 years ago |
Pierre Curto
|
8ef35db829
Merge pull request #50 from klauspost/rework-fast-matching
|
6 years ago |