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
This file contains hidden or 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
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.
--patch-fromat high compression levels (fix speed of --patch-from mode at high compression levels #4276)--patch-fromcompression 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)--maxcommand (--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)msbuildversion autodetection, support VS2022, by @ManuelBlancmesonbuild by @artem and @Victor-C-Zhang, and on Windows by @bgilbert