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
.
instaclustr
/
esop
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
55
Code
Issues
6
Pull requests
6
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Xxhash integration
- #96
#96
Open
worryg0d
wants to merge 24 commits into
master
instaclustr/esop:master
from
xxhash-integration
instaclustr/esop:xxhash-integration
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Open
Xxhash integration
#96
worryg0d
wants to merge 24 commits into
master
instaclustr/esop:master
from
xxhash-integration
instaclustr/esop:xxhash-integration
Copy head branch name to clipboard
Commits
Commits on Oct 22, 2025
Next development iteration
worryg0d
committed
c209f9f
View commit details
Copy full SHA for c209f9f
Browse repository at this point
Implemented xxHash64 wrapper
worryg0d
committed
56c09a6
View commit details
Copy full SHA for 56c09a6
Browse repository at this point
Added all supported algorithms to HashServiceTest
worryg0d
committed
b64bf48
View commit details
Copy full SHA for b64bf48
Browse repository at this point
Commits on Oct 28, 2025
Increased chunk size for hashing to 4096
worryg0d
committed
4a0db60
View commit details
Copy full SHA for 4a0db60
Browse repository at this point
Commits on Nov 5, 2025
Parallel computing sstables hashes
worryg0d
committed
517f6fa
View commit details
Copy full SHA for 517f6fa
Browse repository at this point
Expose snapshots map in Snapshots class
worryg0d
committed
b4ec1b7
View commit details
Copy full SHA for b4ec1b7
Browse repository at this point
Commits on Nov 6, 2025
Deffer sstable components hash computation
worryg0d
committed
70f3505
View commit details
Copy full SHA for 70f3505
Browse repository at this point
ParallelHashService for hashing manifest entries
worryg0d
committed
b7d36f4
View commit details
Copy full SHA for b7d36f4
Browse repository at this point
Use Runtime.availableProcessors() as a default value for concurrentConnections
worryg0d
committed
91a5709
View commit details
Copy full SHA for 91a5709
Browse repository at this point
Use 50% of available cpus by default instead
worryg0d
committed
06a6fa2
View commit details
Copy full SHA for 06a6fa2
Browse repository at this point
Commits on Nov 7, 2025
Pass list of manifest entries instead of stream
worryg0d
committed
08b6c82
View commit details
Copy full SHA for 08b6c82
Browse repository at this point
Parallel hashing of downloaded files during restoration import phase
worryg0d
committed
d41aca5
View commit details
Copy full SHA for d41aca5
Browse repository at this point
Commits on Nov 10, 2025
Address review comments
Show description for 9479001
worryg0d
committed
9479001
View commit details
Copy full SHA for 9479001
Browse repository at this point
Hash only manifest entries of the snapshot we're aiming for
worryg0d
committed
fd483ea
View commit details
Copy full SHA for fd483ea
Browse repository at this point
First iteration of fast fail on verifyAll manifests during import phase of restoration
worryg0d
committed
5480bbc
View commit details
Copy full SHA for 5480bbc
Browse repository at this point
Commits on Nov 11, 2025
Code cleanup and comments
worryg0d
committed
cba7a9c
View commit details
Copy full SHA for cba7a9c
Browse repository at this point
Hash operation interruption in the mid
worryg0d
committed
ade8b3e
View commit details
Copy full SHA for ade8b3e
Browse repository at this point
Addressed review suggestions by Stefan
Show description for baec383
worryg0d
committed
baec383
View commit details
Copy full SHA for baec383
Browse repository at this point
Removed redundant validation method for concurrentConnections
worryg0d
committed
321f5be
View commit details
Copy full SHA for 321f5be
Browse repository at this point
Commits on Nov 12, 2025
Change output format to hex for XXHasher.getHash method to align with xxhsum cli tool
worryg0d
committed
4b0e914
View commit details
Copy full SHA for 4b0e914
Browse repository at this point
Added test file and precomputed hashes for testing
worryg0d
committed
588b75b
View commit details
Copy full SHA for 588b75b
Browse repository at this point
logs adjustment
worryg0d
committed
2693525
View commit details
Copy full SHA for 2693525
Browse repository at this point
Bump Cassandra version to 5.0.6
worryg0d
committed
794f281
View commit details
Copy full SHA for 794f281
Browse repository at this point
CRCHasher test
worryg0d
committed
924fc25
View commit details
Copy full SHA for 924fc25
Browse repository at this point
You can’t perform that action at this time.