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/u64 bit ops
- #15
#15
Merged
jcfangc
merged 7 commits into
main
jcfangc/bit-string:main
from
feat/u64-bit-ops
jcfangc/bit-string:feat/u64-bit-ops
Copy head branch name to clipboard
Jun 27, 2026
Conversation
Commits
7
(7)
Checks
Files changed
Merged
Feat/u64 bit ops
#15
jcfangc
merged 7 commits into
main
jcfangc/bit-string:main
from
feat/u64-bit-ops
jcfangc/bit-string:feat/u64-bit-ops
Copy head branch name to clipboard
Commits
Commits on Jun 27, 2026
feat: add leading_zeros to BitStr with SIMD-accelerated dispatch
Show description for 6466b50
3 people
committed
6466b50
View commit details
Copy full SHA for 6466b50
Browse repository at this point
feat: add leading_ones, parameterize SIMD scan, fix SSE4.1 gates
Show description for a5ab44a
3 people
committed
a5ab44a
View commit details
Copy full SHA for a5ab44a
Browse repository at this point
feat: add BitString::leading_zeros() and leading_ones() delegating to BitStr
Show description for fc57ef8
3 people
committed
fc57ef8
View commit details
Copy full SHA for fc57ef8
Browse repository at this point
refactor: separate BitString::{leading_zeros,leading_ones} into own file
Show description for 13d232c
3 people
committed
13d232c
View commit details
Copy full SHA for 13d232c
Browse repository at this point
refactor: remove redundant BitString tests — coverage on BitStr side
Show description for 5517888
3 people
committed
5517888
View commit details
Copy full SHA for 5517888
Browse repository at this point
feat: add trailing_zeros/trailing_ones with SIMD reverse scan
Show description for 202c4ef
3 people
committed
202c4ef
View commit details
Copy full SHA for 202c4ef
Browse repository at this point
feat: add BitString::reverse_bits() and reverse_bits_assign()
Show description for 280c17e
3 people
committed
280c17e
View commit details
Copy full SHA for 280c17e
Browse repository at this point
You can’t perform that action at this time.