-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Release branch v1.10.0 #1461
Release branch v1.10.0 #1461
Conversation
change INSTALL_DIR into MAKE_DIR
and use it as primary syntehtic source for the internal benchmark program
datagen transferred to tests/
random(range) does no longer use module % operation
datagen is now in tests/
datagen is now in tests/
by favoring small words
and refactor implementation notes.
added a lorem ipsum generator
Fix Python 3.6 string interpolation
switches back to statistical generator when specific statistics requested.
when there is enough space for it.
replaced by `COMPRESSIBILITY_NOT_SET`, so that it's still possible to request `-P50`.
and refactor a few minor code comments
Datagen uses lorem ipsum generator by default
…pload-artifact-4.2.0 Bump actions/upload-artifact from 4.1.0 to 4.2.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@694cdab...26f96df) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.0 to 3.23.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e5f05b8...b7bf0a3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…pload-artifact-4.3.0 Bump actions/upload-artifact from 4.2.0 to 4.3.0
and fix the seed 571 test that was failing due to poor efficiency
to ensure all characters are printable
Fix seed 571 test
…etup-python-5.1.1 Bump actions/setup-python from 5.1.0 to 5.1.1
…deql-action-3.25.12 Bump github/codeql-action from 3.25.11 to 3.25.12
promote dictionary API to stable
added CODING_STYLE documentation
update changelog for v1.10
as part of the main goal to bring dictionary compression to stable status
Promote LZ4_attach_HC_dictionary() to stable
But the state must have its compression level set _before_ loading the dictionary.
Level 2 compatibility with Dictionary compression
but it requires that dictionary state is loaded with Level 2
Level 2 is now compatible with dictionary attach mode
LZ4_createCDict() doesn't know the compression level with which it will be used. Consequently, it's prepared for the "standard" HC mode (i.e. levels 3+). Unfortunately, the layout of the search tables for this mode is incompatible with level 2 (lz4mid). Fixed, by making level 2 able to query lz4hc tables from an external dictionary state. Also, disable the "copy tables" command when the active state is incompatible with the dictionary state.
level 2 compatibility with LZ4F dictionary compression
by > +80%. This should help complete tests faster
Improved Lorem Ipsum generator speed by a factor > x8
update API and man page documentation for v1.10
should no longer be necessary
removed lz4c target from cmake recipe
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. |
No description provided.