Pierre Curto
|
e876bbd321
Merge pull request #72 from cyriltovena/fix-reset
|
4 yıl önce |
Cyril Tovena
|
f5d4b63b7a
Reset hashtable during Writer reset to ensure deterministic output.
|
4 yıl önce |
Pierre.Curto
|
65e4285c56
fixed invalid goto in CompressBlock
|
4 yıl önce |
Pierre.Curto
|
08cb7fb602
Fixes #71.
|
4 yıl önce |
Pierre Curto
|
ac37b5b48a
Merge pull request #70 from greatroar/hashtable-alloc
|
4 yıl önce |
greatroar
|
489205cea9
Fix typo in comment
|
4 yıl önce |
Pierre Curto
|
9483c04d89
Merge pull request #69 from greatroar/typo
|
4 yıl önce |
greatroar
|
2df7315854
Make the hashTable argument to CompressBlock optional
|
4 yıl önce |
greatroar
|
29411845fa
Better document hashTable size
|
4 yıl önce |
greatroar
|
bbd769d4f7
Typo in comment
|
4 yıl önce |
Pierre Curto
|
cac5ed491e
Merge pull request #68 from ivanov/patch-1
|
4 yıl önce |
Paul Ivanov
|
af843c9de8
fix typos
|
4 yıl önce |
Pierre Curto
|
edce7c4c96
Merge pull request #61 from tobgu/master
|
4 yıl önce |
Tobias Gustafsson
|
b375ca80ec
Fix #58, block compression incompatibility with python library
|
4 yıl önce |
Pierre Curto
|
9085dacd1e
Writer: added concurrency support. Fixes #55
|
5 yıl önce |
Pierre Curto
|
5e5eaacf5f
Writer: fixed header being improperly reset
|
5 yıl önce |
Pierre Curto
|
d34061778c
Writer: fixed Reset() not clearing error field
|
5 yıl önce |
Pierre Curto
|
d8871004e9
Writer: made compatible with no map scheme for block max size
|
5 yıl önce |
Pierre Curto
|
8c52d09227
Merge branch 'master' into writer-concurrency
|
5 yıl önce |
Pierre Curto
|
fbc25c327a
Writer: removed zdata field
|
5 yıl önce |
Pierre Curto
|
76905933af
Rewritten block size constants with a formula.
|
5 yıl önce |
Pierre Curto
|
49654038d5
Writer: initial concurrent version (no tests)
|
5 yıl önce |
Pierre Curto
|
e990da5628
Writer: handle internal buffers via sync.Pools
|
5 yıl önce |
Pierre Curto
|
6807fb8d9e
block: moved error handling from internal compress functions
|
5 yıl önce |
Pierre Curto
|
0554902aa7
lz4.Reader: implement io.Seeker. PR #54. Thanks @ianwilkes.
|
5 yıl önce |
Pierre Curto
|
645f9b948e
Merge pull request #54 from ianwilkes/master
|
5 yıl önce |
Ian Wilkes
|
aa78dadf73
implement io.Seeker
|
5 yıl önce |
Ian Wilkes
|
d22e83ee97
add SkipBytes()
|
5 yıl önce |
Pierre Curto
|
21241797f8
lz4.Writer: allocate only if buffer too small. Fixes #52.
|
5 yıl önce |
Pierre Curto
|
3953b06bcb
DecodeBlock: handle case in shortcut2 where the destination buffer is shorter than 18 bytes. Fixes #51.
|
5 yıl önce |