-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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.5.7 #4298
Conversation
same idea, SeqStore_t is a type name, it should start with a Capital letter.
…ned literals buffer
can receive externally defined buffer of literals
since it's a type name. Note: in contrast with previous names, this one is on the Public API side. So there is a #define, so that existing programs using ZSTD_sequenceFormat_e still work.
no need to publish them outside of this unit.
for new prototype ZSTD_compressSequencesAndLiterals()
which feels much more natural
only supports explicit delimiter mode, at least for the time being
seems to work as expected, correctly control that `litSize` and `srcSize` are exactly correct.
to make it easier to add new scenarios
Improve compression ratio of the --patch-from mode
change ubuntu20 tests to use more modern ubuntu variants
this ABI is no longer supported by Ubuntu, and there is a wider consensus that this ABI is on the way out, with more and more distributions dropping it, and lingering questions about support of x32 in the kernel.
for ubuntu-24
14.1 seems no longer supported by gcloud
this test seems impossible on Ubuntu-24
CI: enable Intel LLVM C compiler (icx) check
update changelog for v1.5.7
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Improved Github Actions scorecards
--patch-from
at high compression levels (fix speed of --patch-from mode at high compression levels #4276)--patch-from
compression ratios, notably at high levels (Improve compression ratio of the --patch-from mode #4288)dfast
, aka levels 3 and 4 (Improve compression ratio of levels 3 & 4 #4171)--max
command (--max command #4290)ZSTD_compressSequencesAndLiterals()
(ZSTD_compressSequencesAndLiterals #4217, Improve speed of ZSTD_compressSequencesAndLiterals() using AVX2 #4232)ZSTD_getFrameHeader()
now works on skippable frames (ZSTD_getFrameHeader() for skippable frames #4228)msbuild
version autodetection, support VS2022, by @ManuelBlancmeson
build by @artem and @Victor-C-Zhang, and on Windows by @bgilbert