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
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 }}
jcfangc
/
bit-string
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/zero copy slice
- #13
#13
Merged
jcfangc
merged 22 commits into
main
jcfangc/bit-string:main
from
feat/zero-copy-slice
jcfangc/bit-string:feat/zero-copy-slice
Copy head branch name to clipboard
Jun 27, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Feat/zero copy slice
#13
jcfangc
merged 22 commits into
main
jcfangc/bit-string:main
from
feat/zero-copy-slice
jcfangc/bit-string:feat/zero-copy-slice
Copy head branch name to clipboard
Commits
Commits on Jun 21, 2026
refactor: promote traits to crate-level, add BitStr zero-copy view
Show description for 2cfc6ab
3 people
committed
2cfc6ab
View commit details
Copy full SHA for 2cfc6ab
Browse repository at this point
feat: BitStr access, predicates, and slice with tests
Show description for f8be3ea
3 people
committed
f8be3ea
View commit details
Copy full SHA for f8be3ea
Browse repository at this point
Commits on Jun 23, 2026
feat: BitStr count_ones and count_zeros
Show description for 6656707
3 people
committed
6656707
View commit details
Copy full SHA for 6656707
Browse repository at this point
feat: BitStr predicates and slice_from/slice_until
Show description for ff633ef
3 people
committed
ff633ef
View commit details
Copy full SHA for ff633ef
Browse repository at this point
feat: BitStr double-ended exact-size iterator
Show description for 72ac70e
3 people
committed
72ac70e
View commit details
Copy full SHA for 72ac70e
Browse repository at this point
feat: BitStr matching operations — matches_at, starts_with, ends_with, contains, find, rfind, strip
Show description for 7fa61a2
3 people
committed
7fa61a2
View commit details
Copy full SHA for 7fa61a2
Browse repository at this point
refactor: extract BitStr matches_at into impls_for_matches_at module
Show description for 6d3cc5e
3 people
committed
6d3cc5e
View commit details
Copy full SHA for 6d3cc5e
Browse repository at this point
refactor: extract BitsFind trait, SIMD-accelerate BitStr find
Show description for 33c0ab5
3 people
committed
33c0ab5
View commit details
Copy full SHA for 33c0ab5
Browse repository at this point
perf: BitStr find — isolate first partial word, SIMD only aligned interior
Show description for a53af6f
3 people
committed
a53af6f
View commit details
Copy full SHA for a53af6f
Browse repository at this point
refactor: BitStr matching API accepts &BitStr instead of &BitString
Show description for 7cf1fc0
3 people
committed
7cf1fc0
View commit details
Copy full SHA for 7cf1fc0
Browse repository at this point
Commits on Jun 24, 2026
refactor: BitStr matching API uses value semantics, BitString delegates to as_bit_str()
Show description for 9a0ffbb
3 people
committed
9a0ffbb
View commit details
Copy full SHA for 9a0ffbb
Browse repository at this point
feat: Display and Debug for BitStr
Show description for c59176f
3 people
committed
c59176f
View commit details
Copy full SHA for c59176f
Browse repository at this point
feat: PartialEq and Eq for BitStr
Show description for 288ae42
3 people
committed
288ae42
View commit details
Copy full SHA for 288ae42
Browse repository at this point
feat: to_bit_string() for BitStr
Show description for cdcd108
3 people
committed
cdcd108
View commit details
Copy full SHA for cdcd108
Browse repository at this point
feat: Hash for BitStr
Show description for a61376c
3 people
committed
a61376c
View commit details
Copy full SHA for a61376c
Browse repository at this point
perf: optimize BitStr Hash — bulk-hash aligned word slices
Show description for 9413521
3 people
committed
9413521
View commit details
Copy full SHA for 9413521
Browse repository at this point
fix: BitStr Hash — remove [u64] slice length-prefix mismatch
Show description for e9018ed
3 people
committed
e9018ed
View commit details
Copy full SHA for e9018ed
Browse repository at this point
Commits on Jun 25, 2026
feat: Hash for BitString — delegates to as_bit_str()
Show description for 5e09589
3 people
committed
5e09589
View commit details
Copy full SHA for 5e09589
Browse repository at this point
feat: PartialOrd + Ord for BitStr with SIMD-accelerated comparison
Show description for a8fdf67
3 people
committed
a8fdf67
View commit details
Copy full SHA for a8fdf67
Browse repository at this point
Commits on Jun 27, 2026
feat: PartialOrd + Ord for BitString — delegates to as_bit_str()
Show description for d196b44
3 people
committed
d196b44
View commit details
Copy full SHA for d196b44
Browse repository at this point
ci: extend CodSpeed filter to cover bit_str benchmarks
Show description for eba49be
3 people
committed
eba49be
View commit details
Copy full SHA for eba49be
Browse repository at this point
fix: ci use common prefix 'bit_' for CodSpeed filter
Show description for e2156a6
3 people
committed
e2156a6
View commit details
Copy full SHA for e2156a6
Browse repository at this point
You can’t perform that action at this time.