Skip to content
Navigation Menu
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
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
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
/
Sign in
Sign up
Appearance settings
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 }}
apache
/
commons-compress
Public
Notifications
You must be signed in to change notification settings
Fork
321
Star
406
Code
Pull requests
21
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
bzip2 llm rewrite (~1.5-2x speedup)
- #811
#811
Open
dweiss
wants to merge 22 commits into
apache:master
apache/commons-compress:master
from
dweiss:bzip2-llm-rewrite
dweiss/commons-compress:bzip2-llm-rewrite
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
bzip2 llm rewrite (~1.5-2x speedup)
#811
dweiss
wants to merge 22 commits into
apache:master
apache/commons-compress:master
from
dweiss:bzip2-llm-rewrite
dweiss/commons-compress:bzip2-llm-rewrite
Copy head branch name to clipboard
Commits
Commits on Aug 27, 2026
bzip2 decoder rewrite, step 0: differential test harness and benchmarks
Show description for 7a108f1
dweiss
and
claude
committed
7a108f1
View commit details
Copy full SHA for 7a108f1
Browse repository at this point
bzip2 decoder rewrite, step 1: 64-bit bit reader and table-driven Huffman decoding
Show description for 13e1546
dweiss
and
claude
committed
13e1546
View commit details
Copy full SHA for 13e1546
Browse repository at this point
bzip2 decoder rewrite, step 2: packed inverse-BWT array and bulk output path
Show description for 82a019d
dweiss
and
claude
committed
82a019d
View commit details
Copy full SHA for 82a019d
Browse repository at this point
bzip2 decoder rewrite, step 3: multi-chain inverse BWT, CRC slicing-by-8, loop hygiene
Show description for 0917276
dweiss
and
claude
committed
0917276
View commit details
Copy full SHA for 0917276
Browse repository at this point
bzip2 decoder rewrite, step 3d/4: greedy table-section reads, refill tuning, Java 25 assessment
Show description for e13fc5c
dweiss
and
claude
committed
e13fc5c
View commit details
Copy full SHA for e13fc5c
Browse repository at this point
Commits on Aug 28, 2026
Add temporary 'real' benchmark.'
dweiss
committed
05e1734
View commit details
Copy full SHA for 05e1734
Browse repository at this point
Add a license for rat.
dweiss
committed
7221b1a
View commit details
Copy full SHA for 7221b1a
Browse repository at this point
bzip2 decoder rewrite, step 5: bulk input for markable and concatenated sources
Show description for afc8cfc
dweiss
and
claude
committed
afc8cfc
View commit details
Copy full SHA for afc8cfc
Browse repository at this point
bzip2 decoder: document that a markable input's mark is used internally
Show description for b452ea0
dweiss
and
claude
committed
b452ea0
View commit details
Copy full SHA for b452ea0
Browse repository at this point
NOTES: results of porting the decoder changes to libbzip2
Show description for 73320ff
dweiss
and
claude
committed
73320ff
View commit details
Copy full SHA for 73320ff
Browse repository at this point
bzip2 decoder rewrite, step 6: block CRC through the java.util.zip.CRC32 intrinsic
Show description for 8827cfa
dweiss
and
claude
committed
8827cfa
View commit details
Copy full SHA for 8827cfa
Browse repository at this point
Revert "bzip2 decoder rewrite, step 6: block CRC through the java.util.zip.CRC32 intrinsic"
Show description for 200d350
dweiss
committed
200d350
View commit details
Copy full SHA for 200d350
Browse repository at this point
Commits on Aug 30, 2026
bzip2 encoder, step 7: word-at-a-time rotation compares, packed Huffman costs, bulk RLE1
Show description for 64e62a2
dweiss
and
claude
committed
64e62a2
View commit details
Copy full SHA for 64e62a2
Browse repository at this point
NOTES: record the suffix-array rotation sort experiment (2x slower, dropped)
Show description for 56633bf
dweiss
and
claude
committed
56633bf
View commit details
Copy full SHA for 56633bf
Browse repository at this point
bzip2, step 9: parallel block decompression on an ExecutorService
Show description for 61285e2
dweiss
and
claude
committed
61285e2
View commit details
Copy full SHA for 61285e2
Browse repository at this point
bzip2, step 10: parallel block compression on an ExecutorService
Show description for 6fbceea
dweiss
and
claude
committed
6fbceea
View commit details
Copy full SHA for 6fbceea
Browse repository at this point
Commits on Aug 31, 2026
bzip2 parallel decoder: cap the block-delimiter scan at 4 MiB
Show description for 01b3696
dweiss
and
claude
committed
01b3696
View commit details
Copy full SHA for 01b3696
Browse repository at this point
bzip2 parallel decoder: allocate the read() scratch byte eagerly
Show description for 8e934cd
dweiss
and
claude
committed
8e934cd
View commit details
Copy full SHA for 8e934cd
Browse repository at this point
Clean up performance-checking stuff used during development and regression test copies of previous implementations.
dweiss
committed
fd6ca56
View commit details
Copy full SHA for fd6ca56
Browse repository at this point
bzip2 parallel decoder: correct the per-block memory note in the javadoc
Show description for 971da04
dweiss
and
claude
committed
971da04
View commit details
Copy full SHA for 971da04
Browse repository at this point
bzip2: changes.xml fixes
Show description for e0d16e3
dweiss
and
claude
committed
e0d16e3
View commit details
Copy full SHA for e0d16e3
Browse repository at this point
Improve delimiter scanning 1.
dweiss
committed
d559752
View commit details
Copy full SHA for d559752
Browse repository at this point
You can’t perform that action at this time.