Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
terrelln
/
zstd
Public
forked from
facebook/zstd
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
zstd
doc
on
dev
User selector
All users
All time
Commit history
Commits on Mar 23, 2025
[doc] minor clarification for maximum block size
Show description for bea1e94
Cyan4973
committed
bea1e94
Copy full SHA for bea1e94
Commits on Feb 20, 2025
updated man pages and manual
Show description for 6af3842
Cyan4973
committed
6af3842
Copy full SHA for 6af3842
Commits on Dec 29, 2024
update type names
Show description for 04a2a02
Cyan4973
committed
04a2a02
Copy full SHA for 04a2a02
Commits on Dec 20, 2024
added parameter litCapacity
Show description for b7a9e69
Cyan4973
committed
b7a9e69
Copy full SHA for b7a9e69
add a check, to return an error if Sequence validation is enabled
Show description for 76445bb
Cyan4973
committed
76445bb
Copy full SHA for 76445bb
add dedicated error code for special case
Show description for b339eff
Cyan4973
committed
b339eff
Copy full SHA for b339eff
ZSTD_compressSequencesAndLiterals requires srcSize as parameter
Show description for 0a54f6f
Cyan4973
committed
0a54f6f
Copy full SHA for 0a54f6f
improved speed of the Sequences converter
Cyan4973
committed
12c47d3
Copy full SHA for 12c47d3
added unit tests to ZSTD_compressSequencesAndLiterals()
Show description for 0b013b2
Cyan4973
committed
0b013b2
Copy full SHA for 0b013b2
produced ZSTD_compressSequencesAndLiterals() as a separate pipeline
Show description for 14a21e4
Cyan4973
committed
14a21e4
Copy full SHA for 14a21e4
ZSTD_SequenceCopier_f no returns the nb of bytes consumed from input
Show description for 047db4f
Cyan4973
committed
047db4f
Copy full SHA for 047db4f
codemod: ZSTD_cParamMode_e -> ZSTD_CParamMode_e
Cyan4973
committed
4ef9d7d
Copy full SHA for 4ef9d7d
codemod: ZSTD_paramSwitch_e -> ZSTD_ParamSwitch_e
Cyan4973
committed
56cfb78
Copy full SHA for 56cfb78
minor simplification
Cyan4973
committed
13b9296
Copy full SHA for 13b9296
codemod: ZSTD_sequenceFormat_e -> ZSTD_SequenceFormat_e
Show description for c97522f
Cyan4973
committed
c97522f
Copy full SHA for c97522f
move Sequences definition to zstd_compress_internal.h
Show description for b4a40a8
Cyan4973
committed
b4a40a8
Copy full SHA for b4a40a8
Commits on Nov 26, 2024
Fix new typos found by codespell
DimitriPapadopoulos
committed
fcf88ae
Copy full SHA for fcf88ae
Commits on Oct 31, 2024
inform manual users that it's automatically generated
Show description for 2e02cd3
Cyan4973
committed
2e02cd3
Copy full SHA for 2e02cd3
elevated ZSTD_getErrorCode() to stable status
Show description for d9553fd
Cyan4973
committed
d9553fd
Copy full SHA for d9553fd
Commits on Oct 9, 2024
added ascending order example
Cyan4973
committed
3e7c66a
Copy full SHA for 3e7c66a
Commits on Oct 8, 2024
refactor huffman prefix code paragraph
Cyan4973
committed
3b343dc
Copy full SHA for 3b343dc
Commits on Oct 3, 2024
refactor documentation of the FSE decoding table build process
Cyan4973
committed
a8b86d0
Copy full SHA for a8b86d0
Commits on Sep 27, 2024
Merge pull request #4013 from elasota/spec-clarify-offset-code-overflow
Show description for d2212c6
Cyan4973
authored
d2212c6
Copy full SHA for d2212c6
Commits on Jun 30, 2024
Merge pull request #4079 from elasota/truncated-huff-state-error
Show description for 3de0541
Cyan4973
authored
3de0541
Copy full SHA for 3de0541
Commits on Jun 20, 2024
Throw error if Huffman weight initial states are truncated
elasota
committed
0938308
Copy full SHA for 0938308
Fix new typos found by codespell
DimitriPapadopoulos
committed
2d736d9
Copy full SHA for 2d736d9
Commits on Jun 5, 2024
Fix $filter and Msys/Cygwin
Show description for f19c982
QBos07
committed
f19c982
Copy full SHA for f19c982
Commits on Apr 2, 2024
Specify that decoders may reject non-zero probabilities for larger offset codes than supported by the implementation
elasota
committed
c54f478
Copy full SHA for c54f478
Remove text specifying probability overflow as invalid, the variable-size value encoding scheme makes this impossible.
elasota
committed
8cff66f
Copy full SHA for 8cff66f
Commits on Mar 21, 2024
Merge pull request #3977 from facebook/doc_advanced
Show description for c6e5257
Cyan4973
authored
c6e5257
Copy full SHA for c6e5257
Commits on Mar 20, 2024
Fuzzing and bugfixes for magicless-format decoding (#3976)
Show description for 741b87b
embg
authored
741b87b
Copy full SHA for 741b87b
Commits on Mar 18, 2024
fix typo
Cyan4973
committed
c5da438
Copy full SHA for c5da438
updated API manual
Cyan4973
committed
3d18d9a
Copy full SHA for 3d18d9a
Commits on Mar 14, 2024
updated version to v1.5.6
Cyan4973
committed
686e7e4
Copy full SHA for 686e7e4
Commits on Mar 9, 2024
produced golden sample for the offset==0 decoder test
Show description for eb5f7a7
Cyan4973
committed
eb5f7a7
Copy full SHA for eb5f7a7
Previous
Next
You can’t perform that action at this time.