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 }}
HawkinWay
/
Lockfree-SPSC-Ringbuffer
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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: HawkinWay/Lockfree-SPSC-Ringbuffer
Actions
All workflows
Workflows
C++ CI
C++ 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
25 workflow runs
25 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.
Merge pull request 9-optimization-use-raw-memory-allocation
C++ CI
#25:
Commit
a664df4
pushed by
HawkinWay
1m 55s
main
main
1m 55s
View workflow file
[optimization]: use raw memory allocation
C++ CI
#24:
Pull request
#15
opened by
HawkinWay
2m 1s
9-optimization-use-raw-memory-allocation
9-optimization-use-raw-memory-allocation
2m 1s
View #15
View workflow file
Merge pull request 7-safety-guards
C++ CI
#23:
Commit
f5f27cc
pushed by
HawkinWay
2m 31s
main
main
2m 31s
View workflow file
[TEST]: Add compile-time type safety validation
C++ CI
#22:
Pull request
#14
opened by
HawkinWay
2m 6s
7-safety-guards
7-safety-guards
2m 6s
View #14
View workflow file
Merge pull request 6-feature-batch-memcpy
C++ CI
#21:
Commit
4e07d9a
pushed by
HawkinWay
2m 2s
main
main
2m 2s
View workflow file
feat: add batch APIs with std::memcpy
C++ CI
#20:
Pull request
#13
synchronize by
HawkinWay
2m 22s
6-feature-batch-memcpy
6-feature-batch-memcpy
2m 22s
View #13
View workflow file
feat: add batch APIs with std::memcpy
C++ CI
#19:
Pull request
#13
opened by
HawkinWay
2m 6s
6-feature-batch-memcpy
6-feature-batch-memcpy
2m 6s
View #13
View workflow file
Merge pull request 5-feature-power-of-two-bitwise-AND
C++ CI
#18:
Commit
e5ffb2e
pushed by
HawkinWay
3m 13s
main
main
3m 13s
View workflow file
perf: power of two bitwise AND
C++ CI
#17:
Pull request
#12
opened by
HawkinWay
2m 5s
5-feature-power-of-two-bitwise-AND
5-feature-power-of-two-bitwise-AND
2m 5s
View #12
View workflow file
Merge pull request #11 from HawkinWay/4-feature-cache-aligned-indices
C++ CI
#16:
Commit
49ba4be
pushed by
HawkinWay
2m 33s
main
main
2m 33s
View workflow file
feat: eliminate false sharing via cache-line alignment (#4)
C++ CI
#15:
Pull request
#11
opened by
HawkinWay
1m 52s
4-feature-cache-aligned-indices
4-feature-cache-aligned-indices
1m 52s
View #11
View workflow file
feat: implement lock-free SPSC ring buffer with atomic indices (#3)
C++ CI
#14:
Commit
05ad146
pushed by
HawkinWay
2m 3s
main
main
2m 3s
View workflow file
perf: replace seq_cst with acquire-release memory ordering
C++ CI
#13:
Pull request
#10
synchronize by
HawkinWay
2m 0s
3-feature-optimize-memory-order
3-feature-optimize-memory-order
2m 0s
View #10
View workflow file
perf: replace seq_cst with acquire-release memory ordering
C++ CI
#12:
Pull request
#10
opened by
HawkinWay
2m 41s
3-feature-optimize-memory-order
3-feature-optimize-memory-order
2m 41s
View #10
View workflow file
feat: upgrade ring buffer indices to std::atomic
C++ CI
#11:
Commit
6d26125
pushed by
HawkinWay
3m 15s
main
main
3m 15s
View workflow file
feat: upgrade ring buffer indices to std::atomic
C++ CI
#10:
Pull request
#8
synchronize by
HawkinWay
2m 4s
2-feature-upgrade-indices-to-std-atomic
2-feature-upgrade-indices-to-std-atomic
2m 4s
View #8
View workflow file
feat: upgrade ring buffer indices to std::atomic
C++ CI
#9:
Pull request
#8
opened by
HawkinWay
2m 0s
2-feature-upgrade-indices-to-std-atomic
2-feature-upgrade-indices-to-std-atomic
2m 0s
View #8
View workflow file
docs: add benchmark report
C++ CI
#8:
Commit
91ec75b
pushed by
HawkinWay
2m 2s
main
main
2m 2s
View workflow file
test: demonstrate data race in non-atomic ring buffer (#1)
C++ CI
#7:
Commit
04e66f3
pushed by
HawkinWay
1m 55s
main
main
1m 55s
View workflow file
feat: implement baseline ring buffer without atomics (#1)
C++ CI
#6:
Commit
e3b637d
pushed by
HawkinWay
2m 14s
main
main
2m 14s
View workflow file
docs: add 4 basic docs
C++ CI
#5:
Commit
7998142
pushed by
HawkinWay
1m 55s
main
main
1m 55s
View workflow file
Initial commit: add docs and README architecture
C++ CI
#4:
Commit
f6f1018
pushed by
HawkinWay
2m 0s
main
main
2m 0s
View workflow file
fix CI in different shell: remove backslash, keep command on a single…
C++ CI
#3:
Commit
69bcc29
pushed by
HawkinWay
2m 3s
main
main
2m 3s
View workflow file
Initialize project structure with GTest, Google Benchmark, and CI wor…
C++ CI
#2:
Commit
59afab6
pushed by
HawkinWay
52s
main
main
52s
View workflow file
Initialize project structure with GTest, Google Benchmark, and CI wor…
C++ CI
#1:
Commit
59afab6
pushed by
HawkinWay
21s
main
main
21s
View workflow file
You can’t perform that action at this time.