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 }}
shaia
/
BloomFilter
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
refactor: remove hybrid storage and sync.Pool, simplify to direct ato…
- #19
#19
Merged
shaia
merged 10 commits into
main
shaia/BloomFilter:main
from
feature/simplified-atomic-operations
shaia/BloomFilter:feature/simplified-atomic-operations
Copy head branch name to clipboard
Nov 2, 2025
Conversation
Commits
10
(10)
Checks
Files changed
Merged
refactor: remove hybrid storage and sync.Pool, simplify to direct ato…
#19
shaia
merged 10 commits into
main
shaia/BloomFilter:main
from
feature/simplified-atomic-operations
shaia/BloomFilter:feature/simplified-atomic-operations
Copy head branch name to clipboard
Commits
Commits on Nov 2, 2025
refactor: remove hybrid storage and sync.Pool, simplify to direct atomic operations
Show description for 090e9d6
shaia
committed
090e9d6
View commit details
Copy full SHA for 090e9d6
Browse repository at this point
docs: fix benchmark comparison references in README
Show description for d557656
shaia
committed
d557656
View commit details
Copy full SHA for d557656
Browse repository at this point
docs: clarify zero-allocation conditions for accurate expectations
Show description for 1cc385a
shaia
committed
1cc385a
View commit details
Copy full SHA for 1cc385a
Browse repository at this point
feat: add deterministic input validation with clear error messages
Show description for 0946d7c
shaia
committed
0946d7c
View commit details
Copy full SHA for 0946d7c
Browse repository at this point
test: add comprehensive unit tests for input validation
Show description for ef46d38
shaia
committed
ef46d38
View commit details
Copy full SHA for ef46d38
Browse repository at this point
docs: consolidate testing documentation, remove redundant tests/README.md
Show description for 3b594e0
shaia
committed
3b594e0
View commit details
Copy full SHA for 3b594e0
Browse repository at this point
docs: update concurrent test comments to reflect atomic CAS implementation
Show description for 6fba5f4
shaia
committed
6fba5f4
View commit details
Copy full SHA for 6fba5f4
Browse repository at this point
fix: ensure atomic bit-setting never fails to maintain Bloom filter correctness
Show description for db8ebf7
shaia
committed
db8ebf7
View commit details
Copy full SHA for db8ebf7
Browse repository at this point
test: add comprehensive retry mechanism validation tests
Show description for 649d5b8
shaia
committed
649d5b8
View commit details
Copy full SHA for 649d5b8
Browse repository at this point
fix: correct broken timeout mechanism in TestNoHangUnderContention
Show description for 0886ba7
shaia
committed
0886ba7
View commit details
Copy full SHA for 0886ba7
Browse repository at this point
You can’t perform that action at this time.