Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_zstd
/
c6c0a57c531d37656aa1a19ece97f731bd9d283f
c6c0a57
Merge pull request #2315 from senhuang42/allow_zstd_suffix
by Yann Collet
· 5 years ago
2fc1d50
Merge pull request #2324 from terrelln/kernel-test-fix
by Nick Terrell
· 5 years ago
a70fa34
[CI][linux-kernel] Enable -Wunused-const-variable and -Wunused-but-set-variable
by Nick Terrell
· 5 years ago
dec7fb0
[lib] Silence -Wunused-const-variable warnings
by Nick Terrell
· 5 years ago
978659d
[linux-kernel] Fix unused variable warnings with malloc, calloc, and free
by Nick Terrell
· 5 years ago
8170e3c
Merge pull request #2320 from terrelln/test-fix
by Nick Terrell
· 5 years ago
973f2ad
[tests] Don't write to stdout
by Nick Terrell
· 5 years ago
200c960
Merge pull request #2311 from felixhandte/ddss-fix-cparam-derivation
by Felix Handte
· 5 years ago
0703495
Add -f to .zstd decompression CLI test
by senhuang42
· 5 years ago
6b6cc80
Support .zstd suffix only for decompression
by senhuang42
· 5 years ago
5870c47
Merge pull request #2313 from felixhandte/fuzzer-separate-long-tests
by Felix Handte
· 5 years ago
e991f99
Run Long Tests in GitHub CI
by W. Felix Handte
· 5 years ago
9398acb
Move Last Two Long Tests in fuzzer.c into Separate --long-tests Section
by W. Felix Handte
· 5 years ago
f23a321
Update Regression Test Results
by W. Felix Handte
· 5 years ago
8930c6e
Use ZSTD_CCtxParams_init() to Init CCtxParams, not memset()
by W. Felix Handte
· 5 years ago
e8a4432
Avoid Redundancy in ZSTD_initCDict_internal() Args; Don't Take CParams + CCtxParams
by W. Felix Handte
· 5 years ago
eee51a6
Fall Back if Derived CParams are Incompatible with DDSS; Refactor CDict Creation
by W. Felix Handte
· 5 years ago
bc6521a
Make ZSTD_createCDict_advanced2() cctxParams Arg Const
by W. Felix Handte
· 5 years ago
26a96a5
Do More Complete CParams Deduction in Non-DDSS Path of ZSTD_createCDict_advanced2
by W. Felix Handte
· 5 years ago
a2af804
Pull CParam Override Logic into Helper
by W. Felix Handte
· 5 years ago
d96e98c
Merge pull request #2308 from terrelln/zstd-kernel
by Nick Terrell
· 5 years ago
0562299
Merge pull request #2292 from senhuang42/multifile_status_update_fio_refactor
by Yann Collet
· 5 years ago
e583e0b
Merge pull request #2299 from senhuang42/env_var_num_threads
by Yann Collet
· 5 years ago
517956e
Merge pull request #2306 from facebook/check_endDirective
by Yann Collet
· 5 years ago
5651fe9
[contrib][linux-kernel] Add decompress_sources.h
by Nick Terrell
· 5 years ago
dec1a78
minor fix casting for Visual
by Yann Collet
· 5 years ago
c91a085
check endDirective in ZSTD_compressStream2()
by Yann Collet
· 5 years ago
d903b55
Merge pull request #2295 from felixhandte/dedicated-dict-search-structure-chain
by Felix Handte
· 5 years ago
d6246d4
Print More During Fuzzer Test to Avoid CI Killing it Due to Timeout
by W. Felix Handte
· 5 years ago
6d3f816
Test Fewer Dictionary Sizes
by W. Felix Handte
· 5 years ago
b6df3fd
Fix Debug Logging in 32-bit Build
by W. Felix Handte
· 5 years ago
c5fab88
Document searchFuncs Table
by W. Felix Handte
· 5 years ago
85a9584
Further Consolidate Dict Mode Checks
by W. Felix Handte
· 5 years ago
032010f
Improve Documentation Slightly
by W. Felix Handte
· 5 years ago
0faefbf
Make DDSS Selection Override ForceCopy Directive
by W. Felix Handte
· 5 years ago
2cc2b40
Test DDSS A Little More Thoroughly
by W. Felix Handte
· 5 years ago
efa3386
Attempt to Fix MSVC Warnings
by W. Felix Handte
· 5 years ago
ed43832
Simplify Match Limit Checks
by W. Felix Handte
· 5 years ago
06d240b
Use All Available Space in the Hash Table to Extent Chain Table Reach
by W. Felix Handte
· 5 years ago
b2b0641
Rewrite Table Fill to Retain Cache Entries Beyond Chain Window
by W. Felix Handte
· 5 years ago
916238d
Avoid Malloc in Table Fill; Pack Tmp Structure into Hash Table
by W. Felix Handte
· 5 years ago
f42c5bd
Truncate Chain at Last Possible Attempt
by W. Felix Handte
· 5 years ago
20a020e
Prefetch Chain Table Matches
by W. Felix Handte
· 5 years ago
9b9feb8
Lay Out Chain Table Chains Contiguously
by W. Felix Handte
· 5 years ago
66509c7
Only Insert Positions Inside the Chain Window
by W. Felix Handte
· 5 years ago
13c5ec3
Only Allow Dedicated Dict Search for Dicts Loaded in 1 Chunk
by W. Felix Handte
· 5 years ago
005ceaa
Merge pull request #2276 from felixhandte/dedicated-dict-search-structure
by Felix Handte
· 5 years ago
0779354
Fix Bug: Only Use DDSS Insertion on CDict MatchStates
by W. Felix Handte
· 5 years ago
d214d8c
Shorten Dict Mode Conditionals in Order to Improve Readability
by W. Felix Handte
· 5 years ago
f49c156
Force-Inline ZSTD_insertAndFindFirstIndex_internal()
by W. Felix Handte
· 5 years ago
cab86b0
Clean Up Search Function Selection
by W. Felix Handte
· 5 years ago
2ffbde0
Fix `-Wshorten-64-to-32` Error
by W. Felix Handte
· 5 years ago
7b5d2f7
Adjust Working Context Table Sizes Back Down
by W. Felix Handte
· 5 years ago
c09454e
Add Warning Comment to ZSTD_createCDict_advanced2() Declaration
by W. Felix Handte
· 5 years ago
d332f57
Permit Matching Against Lowest Valid Position
by W. Felix Handte
· 5 years ago
a3659fe
Make ZSTD_dedicatedDictSearch_getCParams Wrap ZSTD_getCParams
by W. Felix Handte
· 5 years ago
b81f3a3
Easy: Fix Test
by W. Felix Handte
· 5 years ago
7b9a755
Remove Chain Limit on Hash Cache Entries; Slightly Improve Compression
by W. Felix Handte
· 5 years ago
e8b4011
Split Lookups in Hash Cache and Chain Table into Two Loops
by W. Felix Handte
· 5 years ago
9e83c78
Simplify DDS Hash Table Construction
by W. Felix Handte
· 5 years ago
ad9f98a
Document the ZSTD_c_enableDedicatedDictSearch Parameter
by W. Felix Handte
· 5 years ago
5390fee
Rename and Move DD_BLOG Constant to ZSTD_LAZY_DDSS_BUCKET_LOG
by W. Felix Handte
· 5 years ago
5e91ae2
Prefetch First Batch of Match Positions; +11% Speed in Level 5 w/ 1 Dict
by W. Felix Handte
· 5 years ago
df386b3
Fix Off-By-One Error in Counting DDS Search Attempts
by W. Felix Handte
· 5 years ago
d463060
Enable Dedicated Dict Search in the CLI
by W. Felix Handte
· 5 years ago
914bfe7
Init CCtx's Local Dict with CCtxParams
by W. Felix Handte
· 5 years ago
db2aa25
Decision for Whether to Attach Should be Based on CDict Config, not CCtx
by W. Felix Handte
· 5 years ago
a494111
Move Prefetch Before Insertion; Speed Up ~6%
by W. Felix Handte
· 5 years ago
eede46a
Misc Refactor of DDS Search Code
by W. Felix Handte
· 5 years ago
f1b428f
Rename enableDedicatedDictSearch to dedicatedDictSearch in MatchState
by W. Felix Handte
· 5 years ago
4101219
Always Init CDict's enableDedicatedDictSearch Field
by W. Felix Handte
· 5 years ago
34b545a
Add a ZSTD_dedicatedDictSearch ZSTD_dictMode_e to Allow Const Propagation
by W. Felix Handte
· 5 years ago
beefdb0
Fix ZSTD_c_forceAttachDict Bounds
by W. Felix Handte
· 5 years ago
c204110
Make ZSTD_c_enableDedicatedDictSearch an Experimental Param
by W. Felix Handte
· 5 years ago
2cf6cfc
Add Fuzzer Test for the Various Dict Attachment Strategies
by W. Felix Handte
· 5 years ago
ae4ebf6
TODO: Comment
by W. Felix Handte
· 5 years ago
def62e2
Fix Compilation Warnings
by W. Felix Handte
· 5 years ago
80053bd
updating cold benchmark
by Bimba Shrestha
· 5 years ago
9c62823
creating ZSTD_createCDict_advanced_internal
by Bimba Shrestha
· 5 years ago
0a9787c
changing to int for consistency
by Bimba Shrestha
· 5 years ago
e29bc3a
using dict mls instead of src mls
by Bimba Shrestha
· 5 years ago
145c2d1
add hashtable head prefetching
by Bimba Shrestha
· 5 years ago
5d55077
change method name for consistency
by Bimba Shrestha
· 5 years ago
b30f71b
pass correct cparams
by Bimba Shrestha
· 5 years ago
a3f6e40
removing wrong comment
by Bimba Shrestha
· 5 years ago
71fda03
making cctxParams a pointer
by Bimba Shrestha
· 5 years ago
628559d
loading dict using new algorithm
by Bimba Shrestha
· 5 years ago
22705f0
adding dedicatedDictSearch algorithm
by Bimba Shrestha
· 5 years ago
31e581b
adding enableDedicatedDictSearch to matchState_t
by Bimba Shrestha
· 5 years ago
50550a1
adding dedicated dict load method to lazy
by Bimba Shrestha
· 5 years ago
75b6360
adding ZSTD_createCDict_advanced2 to zstd.h
by Bimba Shrestha
· 5 years ago
b7dddbe
always attach dict when using dedicatedDictSearch
by Bimba Shrestha
· 5 years ago
e36a373
adding dedicatedDictSearch cParams helper methods
by Bimba Shrestha
· 5 years ago
f10d4e3
adding ZSTD_dedicatedDictSearch_defaultCParameters variable
by Bimba Shrestha
· 5 years ago
c497cb6
Add ZSTD_c_enableDedicatedDictSearch Param
by Bimba Shrestha
· 5 years ago
868804d
Merge pull request #2301 from terrelln/prepare-for-release
by Nick Terrell
· 5 years ago
da30a78
[lib] Bump version number to 1.4.6
by Nick Terrell
· 5 years ago
edd8327
Update CHANGELOG for the next release
by Nick Terrell
· 5 years ago
b92569a
[doc] Document new build macros in lib/README.md
by Nick Terrell
· 5 years ago
5118e30
Merge pull request #2289 from terrelln/zstd-kernel-2
by Nick Terrell
· 5 years ago
Next »