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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
sysprog21
/
concurrent-programs
Public
Notifications
You must be signed in to change notification settings
Fork
95
Star
436
Code
Issues
1
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Mar 15, 2026
coro: Fix task1 returning into dead longjmp frame
Show description for e04b9c3
jserv
committed
e04b9c3
View commit details
Copy full SHA for e04b9c3
Browse repository at this point
Commits on Apr 26, 2025
seqlock: Enforce C11 Atomics (#19)
scc-tw
authored
0819ea6
View commit details
Copy full SHA for 0819ea6
Browse repository at this point
Commits on Apr 23, 2025
Merge pull request #24 from wurrrrrrrrrr/master
Show description for cdd36ee
jserv
authored
cdd36ee
View commit details
Copy full SHA for cdd36ee
Browse repository at this point
Commits on Apr 22, 2025
Remove unnecessary longjmp
Show description for 9a5409d
wurrrrrrrrrr
committed
9a5409d
View commit details
Copy full SHA for 9a5409d
Browse repository at this point
Commits on Apr 20, 2025
Free task memory after completion (#23)
Show description for c402343
charliechiou
authored
c402343
View commit details
Copy full SHA for c402343
Browse repository at this point
Commits on May 7, 2024
Add low-memory-footprint mutex
Show description for 0d5c7a4
jserv
committed
0d5c7a4
View commit details
Copy full SHA for 0d5c7a4
Browse repository at this point
Commits on Apr 25, 2024
lf-queue: Stick to C11 atomics primitives
jserv
committed
a311be8
View commit details
Copy full SHA for a311be8
Browse repository at this point
Indent
jserv
committed
0bc2c33
View commit details
Copy full SHA for 0bc2c33
Browse repository at this point
Commits on Sep 6, 2023
Indent
jserv
committed
57cc6f7
View commit details
Copy full SHA for 57cc6f7
Browse repository at this point
Remove generated file
jserv
committed
a27d725
View commit details
Copy full SHA for a27d725
Browse repository at this point
Commits on Sep 2, 2023
mcslock: Replace GCC atomic builtins with C11 (#21)
zondatw
authored
cdf9eb4
View commit details
Copy full SHA for cdf9eb4
Browse repository at this point
Commits on Sep 1, 2023
cmap: Addressing data race detected by TSAN (#22)
Show description for a7ccb3e
RinHizakura
authored
a7ccb3e
View commit details
Copy full SHA for a7ccb3e
Browse repository at this point
Commits on Aug 29, 2023
work-steal: Fix incompatible pointer warning (#20)
zondatw
authored
b0b56b0
View commit details
Copy full SHA for b0b56b0
Browse repository at this point
Commits on Aug 26, 2023
Add a concurrent map
jserv
committed
980a953
View commit details
Copy full SHA for 980a953
Browse repository at this point
Add seqlock implementation
jserv
committed
388d590
View commit details
Copy full SHA for 388d590
Browse repository at this point
Add MCS lock implementation
jserv
committed
60b5355
View commit details
Copy full SHA for 60b5355
Browse repository at this point
Add a work-stealing scheduler
jserv
committed
02394c5
View commit details
Copy full SHA for 02394c5
Browse repository at this point
Commits on Jun 25, 2023
Bump copyright year
jserv
committed
e2b7d34
View commit details
Copy full SHA for e2b7d34
Browse repository at this point
Commits on Jun 22, 2023
Merge pull request #18 from csm1735/master
Show description for 887cf80
jserv
authored
887cf80
View commit details
Copy full SHA for 887cf80
Browse repository at this point
lf-queue: Rewrite based on Nikolaev's paper and hazard pointers
Show description for 6302c2a
csm1735
committed
6302c2a
View commit details
Copy full SHA for 6302c2a
Browse repository at this point
Commits on Jun 4, 2023
Merge pull request #17 from linD026/master
Show description for 342506f
jserv
authored
342506f
View commit details
Copy full SHA for 342506f
Browse repository at this point
Commits on Jun 3, 2023
rcu-list: Fix the data-race
Show description for c5eaee3
linD026
committed
c5eaee3
View commit details
Copy full SHA for c5eaee3
Browse repository at this point
Rewrite rcu-list for built-in tracer
Show description for c5596e2
jserv
committed
c5596e2
View commit details
Copy full SHA for c5596e2
Browse repository at this point
Add a lock-free MPMC broadcast pub-sub queue
jserv
committed
49a5785
View commit details
Copy full SHA for 49a5785
Browse repository at this point
Commits on Apr 23, 2023
Merge pull request #16 from linD026/master
Show description for 550c22b
jserv
authored
550c22b
View commit details
Copy full SHA for 550c22b
Browse repository at this point
Commits on Apr 22, 2023
thread-rcu: Fix incorrect grace period counting
Show description for 697f8f8
linD026
committed
697f8f8
View commit details
Copy full SHA for 697f8f8
Browse repository at this point
Commits on Apr 13, 2023
mpmc: Enable Arm build
jserv
committed
fd73065
View commit details
Copy full SHA for fd73065
Browse repository at this point
Commits on Apr 6, 2023
Add a generic reference counting
jserv
committed
51787a6
View commit details
Copy full SHA for 51787a6
Browse repository at this point
Commits on Apr 4, 2023
Remove unused file
jserv
committed
e1a67bb
View commit details
Copy full SHA for e1a67bb
Browse repository at this point
Commits on Apr 3, 2023
hp_list: Add another implementation
jserv
committed
5ffd588
View commit details
Copy full SHA for 5ffd588
Browse repository at this point
Commits on Mar 21, 2023
preempt_sched: Indent
jserv
committed
0df93f0
View commit details
Copy full SHA for 0df93f0
Browse repository at this point
coro: Rewrite setjmp/longjmp based coroutine
jserv
committed
5cb5cb7
View commit details
Copy full SHA for 5cb5cb7
Browse repository at this point
Commits on Mar 20, 2023
Avoid hardcoded gcc
jserv
committed
50e4112
View commit details
Copy full SHA for 50e4112
Browse repository at this point
Commits on May 9, 2022
thread-rcu: Fix the types in rcu.h and barrier counter (#14)
Show description for bfaf9a4
linD026
authored
bfaf9a4
View commit details
Copy full SHA for bfaf9a4
Browse repository at this point
Commits on Apr 30, 2022
hp_list: Fix bug in list_hp_retire (#10)
Show description for 694204f
kevinshieh0225
authored
694204f
View commit details
Copy full SHA for 694204f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.