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
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
zip-rs
/
zip2
Public
Notifications
You must be signed in to change notification settings
Fork
110
Star
337
Code
Issues
45
Pull requests
14
Discussions
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
perf: Pipelined parallel extract
- #72
#72
Closed
Pr0methean
wants to merge 16 commits into
master
zip-rs/zip2:master
from
oldpr407
zip-rs/zip2:oldpr407
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Closed
perf: Pipelined parallel extract
#72
Pr0methean
wants to merge 16 commits into
master
zip-rs/zip2:master
from
oldpr407
zip-rs/zip2:oldpr407
Copy head branch name to clipboard
Commits
Commits on Sep 18, 2023
and we got a benchmark
cosmicexplorer
committed
47d2c39
View commit details
Copy full SHA for 47d2c39
Browse repository at this point
significantly faster pipelined extraction!!!
cosmicexplorer
committed
009c6dd
View commit details
Copy full SHA for 009c6dd
Browse repository at this point
Commits on Sep 20, 2023
using a secondary rayon threadpool is SLOWER than manual threading!!
cosmicexplorer
committed
5d939b8
View commit details
Copy full SHA for 5d939b8
Browse repository at this point
convert Vec<u8> to Bytes/BytesMut
cosmicexplorer
committed
ddd7cf5
View commit details
Copy full SHA for ddd7cf5
Browse repository at this point
add once_cell
cosmicexplorer
committed
e0afdd4
View commit details
Copy full SHA for e0afdd4
Browse repository at this point
conver to rayon::join
cosmicexplorer
committed
ebb9148
View commit details
Copy full SHA for ebb9148
Browse repository at this point
reuse the file handle to set permissions
cosmicexplorer
committed
321ffca
View commit details
Copy full SHA for 321ffca
Browse repository at this point
clarify randomness in bench (means incompressibility)
cosmicexplorer
committed
24e76c7
View commit details
Copy full SHA for 24e76c7
Browse repository at this point
move dir creation out of the hot path
cosmicexplorer
committed
1922204
View commit details
Copy full SHA for 1922204
Browse repository at this point
avoid the need to reverse by hand
cosmicexplorer
committed
e4dbf6e
View commit details
Copy full SHA for e4dbf6e
Browse repository at this point
Commits on Sep 21, 2023
ok the pipelining works perfectly and lucidrously fast now
cosmicexplorer
committed
f4c11f1
View commit details
Copy full SHA for f4c11f1
Browse repository at this point
Commits on May 1, 2024
Merge remote-tracking branch 'cosmicex/pipelined-extract' into oldpr407
Show description for a9a182b
Pr0methean
committed
a9a182b
View commit details
Copy full SHA for a9a182b
Browse repository at this point
Commits on May 2, 2024
Merge branch 'master' into oldpr407
Pr0methean
authored
64fadca
View commit details
Copy full SHA for 64fadca
Browse repository at this point
Commits on May 6, 2024
Merge branch 'master' into oldpr407
Show description for fdc7b2b
Pr0methean
authored
fdc7b2b
View commit details
Copy full SHA for fdc7b2b
Browse repository at this point
Commits on May 10, 2024
Merge branch 'master' into oldpr407
Show description for e0bf245
Pr0methean
authored
e0bf245
View commit details
Copy full SHA for e0bf245
Browse repository at this point
chore: Partial fix for build errors
Show description for ff8a59a
Pr0methean
authored
ff8a59a
View commit details
Copy full SHA for ff8a59a
Browse repository at this point
You can’t perform that action at this time.