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 }}
Tonyoko
/
zstd
Public
forked from
facebook/zstd
Notifications
You must be signed in to change notification settings
Fork
0
Star
25
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
dev
User selector
All users
All time
Commit history
Commits on Dec 29, 2024
Merge pull request #4227 from facebook/doc_skippableFrame
Show description for cf5e53f
Cyan4973
authored
cf5e53f
Copy full SHA for cf5e53f
clarify doc on Frame-level methods when invoked on a skippable frame
Show description for f8a2b35
Cyan4973
committed
f8a2b35
Copy full SHA for f8a2b35
Commits on Dec 26, 2024
Merge pull request #4217 from facebook/ZSTD_compressSequencesAndLiterals
Show description for 788926f
Cyan4973
authored
788926f
Copy full SHA for 788926f
Commits on Dec 24, 2024
fixed another invalid scenario
Show description for 72ce56b
Cyan4973
committed
72ce56b
Copy full SHA for 72ce56b
add one valid test case
Show description for 7b294ca
Cyan4973
committed
7b294ca
Copy full SHA for 7b294ca
added fuzzer test for compressSequencesAndLiterals()
Show description for f8725e8
Cyan4973
committed
f8725e8
Copy full SHA for f8725e8
Commits on Dec 20, 2024
[cmake] Fix -z noexecstack portability
Show description for f0937b8
terrelln
committed
f0937b8
Copy full SHA for f0937b8
restore invocation of ZSTD_entropyCompressSeqStore()
Show description for 47cbfc8
Cyan4973
committed
47cbfc8
Copy full SHA for 47cbfc8
minor: use MEM_writeLE24()
Show description for 522adc3
Cyan4973
committed
522adc3
Copy full SHA for 522adc3
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
fixed minor error in preparation of one fullbench scenario
Cyan4973
committed
52a9bc6
Copy full SHA for 52a9bc6
ensure that srcSize is controlled
Cyan4973
committed
ab0f179
Copy full SHA for ab0f179
add dedicated error code for special case
Show description for b339eff
Cyan4973
committed
b339eff
Copy full SHA for b339eff
added a test for ZSTD_compressSequencesAndLiterals
Show description for a80f55f
Cyan4973
committed
a80f55f
Copy full SHA for a80f55f
ZSTD_compressSequencesAndLiterals requires srcSize as parameter
Show description for 0a54f6f
Cyan4973
committed
0a54f6f
Copy full SHA for 0a54f6f
fixed minor error in one benchmark scenario
Cyan4973
committed
ad023b3
Copy full SHA for ad023b3
fixed minor conversion warning
Cyan4973
committed
b7b4e86
Copy full SHA for b7b4e86
improved speed of the Sequences converter
Cyan4973
committed
12c47d3
Copy full SHA for 12c47d3
added benchmark for ZSTD_convertBlockSequences_wBlockDelim()
Cyan4973
committed
95ad9e4
Copy full SHA for 95ad9e4
change name to ZSTD_convertSequences*()
Cyan4973
committed
d48e330
Copy full SHA for d48e330
attempt to silence Visual Studio warning about fopen()
Cyan4973
committed
61ac831
Copy full SHA for 61ac831
fixed incorrect assert
Cyan4973
committed
f617e86
Copy full SHA for f617e86
removed fullbench-dll project from visual solutions
Cyan4973
committed
47edd0a
Copy full SHA for 47edd0a
update Visual Studio solutions
Cyan4973
committed
6f8c104
Copy full SHA for 6f8c104
added tests
Show description for f0d0d95
Cyan4973
committed
f0d0d95
Copy full SHA for f0d0d95
ZSTD_compressSequencesAndLiterals() now supports multi-blocks frames.
Cyan4973
committed
31b5ef2
Copy full SHA for 31b5ef2
change advanced parameter name: ZSTD_c_repcodeResolution
Show description for 5164d44
Cyan4973
committed
5164d44
Copy full SHA for 5164d44
minor: cleaner function parameter repcodeResolution
Cyan4973
committed
ca8bd83
Copy full SHA for ca8bd83
updated documentation on validateSequence
Cyan4973
committed
d2d0fda
Copy full SHA for d2d0fda
optimization: instantiate specialized version without Sequence checking code
Show description for 1f6d681
Cyan4973
committed
1f6d681
Copy full SHA for 1f6d681
minor optimization: only track seqPos->posInSrc when validateSequences is enabled
Show description for a288751
Cyan4973
committed
a288751
Copy full SHA for a288751
minor doc update
Cyan4973
committed
f176514
Copy full SHA for f176514
minor optimization for ZSTD_compressSequencesAndLiterals()
Show description for 1c8f5b0
Cyan4973
committed
1c8f5b0
Copy full SHA for 1c8f5b0
minor conversion warning fix
Cyan4973
committed
0a5c080
Copy full SHA for 0a5c080
Previous
Next
You can’t perform that action at this time.