Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
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 }}
tsolomko
/
SWCompression
Public
Notifications
You must be signed in to change notification settings
Fork
44
Star
266
Code
Issues
10
Pull requests
2
Discussions
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Security
Insights
Commits
Breadcrumbs
History for
SWCompression
Sources
on
develop
User selector
All users
All time
Commit History
Commits on Mar 1, 2026
[Huffman] Change Decoding/Encoding tree to structs
Show description for e328870
tsolomko
committed
e328870
Copy full SHA for e328870
[GZip] Move bytes left check out of the loop when reading extra fields
tsolomko
committed
567a547
Copy full SHA for 567a547
[TAR] Fix code comment to refer to TarParser instead of Provider
tsolomko
committed
5d4b4d2
Copy full SHA for 5d4b4d2
[BZip2] Remove redundant check for zero code lengths
Show description for 93e2eef
tsolomko
committed
93e2eef
Copy full SHA for 93e2eef
[Deflate][Huffman] Filter out zero code lengths only during code construction
Show description for d8c22c5
tsolomko
committed
d8c22c5
Copy full SHA for d8c22c5
[Deflate] Add a check for correct number of literal/length codes
tsolomko
committed
7e6a9fd
Copy full SHA for 7e6a9fd
[Deflate] Fix potential crashes in cases of too large copy amount
Show description for a39011a
tsolomko
committed
a39011a
Copy full SHA for a39011a
[Huffman] Optimize DecodingTree leaf count
tsolomko
committed
7f547c2
Copy full SHA for 7f547c2
Commits on Feb 27, 2026
[Deflate] Check that 16 is not the first code length symbol
Show description for ccf97c9
tsolomko
committed
ccf97c9
Copy full SHA for ccf97c9
Commits on Feb 25, 2026
[Deflate] Optimize decoding of code lengths for dynamic trees
tsolomko
committed
b743b0b
Copy full SHA for b743b0b
Commits on Feb 23, 2026
[Zlib] Improve handling of truncated inputs during decompression
tsolomko
committed
52efeef
Copy full SHA for 52efeef
[BZip2] Improve handling of truncated inputs during decompression
tsolomko
committed
f307a7f
Copy full SHA for f307a7f
[BZip2] Slightly rewrite Huffman+RUNA/B+MTF decoding
Show description for ad73d82
tsolomko
committed
ad73d82
Copy full SHA for ad73d82
[Deflate] Optimize creation of uncompressed blocks
tsolomko
committed
a0c64f7
Copy full SHA for a0c64f7
[swcomp] Remove empty warmupIteration function from comp-ratio benchmarks
Show description for 51734eb
tsolomko
committed
51734eb
Copy full SHA for 51734eb
[LZMA] Remove LZMARangeDecoder.isCorrupted property
Show description for 3686067
tsolomko
committed
3686067
Copy full SHA for 3686067
[BZip2] Change a couple of guard/if-checks to assertions
tsolomko
committed
609eb29
Copy full SHA for 609eb29
[BZip2] Use better versions of bit writer functions
Show description for 1e71544
tsolomko
committed
1e71544
Copy full SHA for 1e71544
[BZip2] Use UInt8 arrays instead of Data
tsolomko
committed
7af7676
Copy full SHA for 7af7676
[BZip2] Improve encoding performance of code lengths deltas
tsolomko
committed
bff411d
Copy full SHA for bff411d
Commits on Feb 18, 2026
Remove redundant imports
tsolomko
committed
273b6ed
Copy full SHA for 273b6ed
Commits on Feb 17, 2026
[Huffman] Remove codes argument label from EncodingTree.init
tsolomko
committed
5b5b20f
Copy full SHA for 5b5b20f
[Huffman] Add HuffmanCodes typealias for clarity
tsolomko
committed
ce1736a
Copy full SHA for ce1736a
Commits on Feb 12, 2026
[swcomp] Update benchmark run command to use new format
tsolomko
committed
d76351c
Copy full SHA for d76351c
[swcomp] Update benchmark show command to use new format
Show description for 52961ea
tsolomko
committed
52961ea
Copy full SHA for 52961ea
[swcomp] Support new format in benchmark remove-run command
tsolomko
committed
515c11f
Copy full SHA for 515c11f
[swcomp] SaveFile.load now auto-converts from old format
tsolomko
committed
8847fe9
Copy full SHA for 8847fe9
[swcomp] Add benchmark convert command
Show description for 4ec437e
tsolomko
committed
4ec437e
Copy full SHA for 4ec437e
[swcomp] Add a new benchmark save file format
Show description for 20d33b0
tsolomko
committed
20d33b0
Copy full SHA for 20d33b0
[swcomp] Save results file JSON with keys sorted
Show description for 98b5ee3
tsolomko
committed
98b5ee3
Copy full SHA for 98b5ee3
[swcomp] Rename SaveFile to OldSaveFile
tsolomko
committed
3f5694a
Copy full SHA for 3f5694a
[swcomp] Remove redundant import statements
tsolomko
committed
b2b4e18
Copy full SHA for b2b4e18
[swcomp] Add benchmark remove-run subcommand
tsolomko
committed
871b5db
Copy full SHA for 871b5db
Commits on Feb 11, 2026
[swcomp] Add --self-compare option to benchmark show command
Show description for 5618fea
tsolomko
committed
5618fea
Copy full SHA for 5618fea
[swcomp] Add --metadata-only option to benchmark show command
Show description for c05b37d
tsolomko
committed
c05b37d
Copy full SHA for c05b37d
Pagination
Previous
Next
You can’t perform that action at this time.