-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.4.5 #2154
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[opt] Don't recompute initial literals price
Removing no-tree-vectorize for intel
Adding --[no-]content-size to the cli
_BitScan{Reverse,Forward} add check for undefined
[opt] Small icc level 1 compression speed gain using #pragma vector
[doc] targetLen -> targetLength
[contrib] Edit distance match finder
[test][regression] Update results.csv
* Adding dictionary_stream_round_trip * fixing memory leak
…ssing) Added Python fallback for when realpath fails.
Reduced single file lib size on macOS
Don't Use `[[` in Shell Scripts
[ldm] Reset loadedDictEnd when the context is reset
[fuzz] Expand the allowedExpansion
[ldm][mt] Fix loadedDictEnd
playTests changed variable name
fixed zbuff test
fix meson playTests.sh
Fix playTests.sh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixed: compression ratio regression on huge files (> 3 GB) using high levels (--ultra) and multithreading, detected by @sportman, and fixed by @terrelln
perf: Improved decompression speed (
x64
>+5%,ARM
>+15%), by @terrellnperf: Automatically downsizes
ZSTD_DCtx
when too large for too long (#2069, by @bimbashreshta)perf: Improved fast compression speed on
aarch64
(#2040, ~+3%, by @caoyzh)perf: Small level 1 compression speed gains (depending on compiler)
api:
ZDICT_finalizeDictionary()
is promoted to stable (#2111)api: new experimental parameter
ZSTD_d_stableOutBuffer
(#2094)build: Generate a single-file
libzstd
library (#2065, by @cwoffendenbuild: Relative includes no longer require -I compiler flags for zstd lib subdirs (#2103, by @felixhandte)
build:
zstd
now compiles cleanly under-pedantic
(#2099)build:
zstd
now compiles withmake-4.3
build: Support mingw cross-compilation from Linux, by @Ericson2314
build: Meson multi-thread build fix on windows
build: Some misc icc fixes backed by new ci test on travis
cli: New
--patch-from
command, create and apply patches from files, by @bimbashreshtacli:
--filelist=
: Provide a list of files to operate upon from a filecli:
-b
option now benchmarks multiple file decompressioncli: New
--no-content-size
commandcli: New
--show-default-cparams
commandmisc: new diagnosis tool, checked_flipped_bits, in contrib/, by @felixhandte
misc: Extend
largeNbDicts
benchmark to compressionmisc: Edit-distance match finder in
contrib/
doc: Improved beginner
CONTRIBUTING.md
docsdoc: New issue templates for zstd