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 }}
yhirose
/
cpp-regexlib
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
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
Actions: yhirose/cpp-regexlib
Actions
All workflows
Workflows
Benchmark
Benchmark
CI
CI
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
30 workflow runs
30 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
One-pass run skip: nibble-table SIMD scan, not an exit-set scan64
CI
#15:
Commit
da2cb5f
pushed by
yhirose
13m 29s
main
main
13m 29s
View workflow file
One-pass run skip: nibble-table SIMD scan, not an exit-set scan64
Benchmark
#15:
Commit
da2cb5f
pushed by
yhirose
1m 20s
main
main
1m 20s
View workflow file
Repo-wide cleanup: dead code, duplication, and an ordered NameMap
CI
#14:
Commit
42d4790
pushed by
yhirose
13m 12s
main
main
13m 12s
View workflow file
Repo-wide cleanup: dead code, duplication, and an ordered NameMap
Benchmark
#14:
Commit
42d4790
pushed by
yhirose
1m 24s
main
main
1m 24s
View workflow file
Document why scan64 has no runtime AVX2 dispatch (tried, measured, re…
CI
#13:
Commit
40813fc
pushed by
yhirose
13m 14s
main
main
13m 14s
View workflow file
Document why scan64 has no runtime AVX2 dispatch (tried, measured, re…
Benchmark
#13:
Commit
40813fc
pushed by
yhirose
1m 25s
main
main
1m 25s
View workflow file
Add Regex::find_at(text, pos): one stateless find_iter step
CI
#12:
Commit
c0472bd
pushed by
yhirose
14m 5s
main
main
14m 5s
View workflow file
Add Regex::find_at(text, pos): one stateless find_iter step
Benchmark
#12:
Commit
c0472bd
pushed by
yhirose
1m 28s
main
main
1m 28s
View workflow file
Nest unicode namespace under reg to avoid ::unicode collisions
Benchmark
#11:
Commit
a4bb76a
pushed by
yhirose
1m 19s
main
main
1m 19s
View workflow file
Nest unicode namespace under reg to avoid ::unicode collisions
CI
#11:
Commit
a4bb76a
pushed by
yhirose
13m 7s
main
main
13m 7s
View workflow file
Initial commit: grapheme-aware linear-time regex engine
Benchmark
#10:
Commit
6149621
pushed by
yhirose
1m 21s
main
main
1m 21s
View workflow file
Initial commit: grapheme-aware linear-time regex engine
CI
#10:
Commit
6149621
pushed by
yhirose
13m 13s
main
main
13m 13s
View workflow file
Initial commit: grapheme-aware linear-time regex engine
Benchmark
#9:
Commit
ed6bd40
pushed by
yhirose
1m 20s
main
main
1m 20s
View workflow file
Initial commit: grapheme-aware linear-time regex engine
CI
#9:
Commit
ed6bd40
pushed by
yhirose
12m 33s
main
main
12m 33s
View workflow file
Initial commit: grapheme-aware linear-time regex engine
Benchmark
#8:
Commit
b215219
pushed by
yhirose
1m 30s
main
main
1m 30s
View workflow file
Initial commit: grapheme-aware linear-time regex engine
CI
#8:
Commit
b215219
pushed by
yhirose
12m 26s
main
main
12m 26s
View workflow file
Skip the assert-tier reverse start-scan for BOL-anchored patterns
Benchmark
#7:
Commit
052a7e5
pushed by
yhirose
1m 26s
main
main
1m 26s
View workflow file
Skip the assert-tier reverse start-scan for BOL-anchored patterns
CI
#7:
Commit
052a7e5
pushed by
yhirose
9m 41s
main
main
9m 41s
View workflow file
Add real-world benchmark groups (lexer, validation, ReDoS, log, markup)
CI
#6:
Commit
ef19b4e
pushed by
yhirose
12m 17s
main
main
12m 17s
View workflow file
Add real-world benchmark groups (lexer, validation, ReDoS, log, markup)
Benchmark
#6:
Commit
ef19b4e
pushed by
yhirose
1m 44s
main
main
1m 44s
View workflow file
Fix Windows stack overflow on deeply nested patterns: lower nesting c…
CI
#5:
Commit
64500f4
pushed by
yhirose
12m 22s
main
main
12m 22s
View workflow file
Fix Windows stack overflow on deeply nested patterns: lower nesting c…
Benchmark
#5:
Commit
64500f4
pushed by
yhirose
1m 29s
main
main
1m 29s
View workflow file
Fix Windows stack overflow on deeply nested patterns: lower nesting c…
CI
#4:
Commit
db1cd5b
pushed by
yhirose
12m 9s
worktree-fix-win-segfault
worktree-fix-win-segfault
12m 9s
View workflow file
Fix Windows stack overflow on deeply nested patterns: lower nesting c…
Benchmark
#4:
Commit
db1cd5b
pushed by
yhirose
1m 8s
worktree-fix-win-segfault
worktree-fix-win-segfault
1m 8s
View workflow file
DEBUG: instrument compat test main() to localize Windows segfault
Benchmark
#3:
Commit
437af66
pushed by
yhirose
56s
debug-win-segfault
debug-win-segfault
56s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.