Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
sysprog21
/
concurrent-programs
Public
Notifications
You must be signed in to change notification settings
Fork
90
Star
409
Code
Issues
1
Pull requests
2
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 26, 2025
seqlock: Enforce C11 Atomics (#19)
scc-tw
authored
0819ea6
Copy full SHA for 0819ea6
Commits on Apr 23, 2025
Merge pull request #24 from wurrrrrrrrrr/master
Show description for cdd36ee
jserv
authored
cdd36ee
Copy full SHA for cdd36ee
Commits on Apr 22, 2025
Remove unnecessary longjmp
Show description for 9a5409d
wurrrrrrrrrr
committed
9a5409d
Copy full SHA for 9a5409d
Commits on Apr 20, 2025
Free task memory after completion (#23)
Show description for c402343
charliechiou
authored
c402343
Copy full SHA for c402343
Commits on May 7, 2024
Add low-memory-footprint mutex
Show description for 0d5c7a4
jserv
committed
0d5c7a4
Copy full SHA for 0d5c7a4
Commits on Apr 25, 2024
lf-queue: Stick to C11 atomics primitives
jserv
committed
a311be8
Copy full SHA for a311be8
Indent
jserv
committed
0bc2c33
Copy full SHA for 0bc2c33
Commits on Sep 6, 2023
Indent
jserv
committed
57cc6f7
Copy full SHA for 57cc6f7
Remove generated file
jserv
committed
a27d725
Copy full SHA for a27d725
Commits on Sep 2, 2023
mcslock: Replace GCC atomic builtins with C11 (#21)
zondatw
authored
cdf9eb4
Copy full SHA for cdf9eb4
Commits on Sep 1, 2023
cmap: Addressing data race detected by TSAN (#22)
Show description for a7ccb3e
RinHizakura
authored
a7ccb3e
Copy full SHA for a7ccb3e
Commits on Aug 29, 2023
work-steal: Fix incompatible pointer warning (#20)
zondatw
authored
b0b56b0
Copy full SHA for b0b56b0
Commits on Aug 26, 2023
Add a concurrent map
jserv
committed
980a953
Copy full SHA for 980a953
Add seqlock implementation
jserv
committed
388d590
Copy full SHA for 388d590
Add MCS lock implementation
jserv
committed
60b5355
Copy full SHA for 60b5355
Add a work-stealing scheduler
jserv
committed
02394c5
Copy full SHA for 02394c5
Commits on Jun 25, 2023
Bump copyright year
jserv
committed
e2b7d34
Copy full SHA for e2b7d34
Commits on Jun 22, 2023
Merge pull request #18 from csm1735/master
Show description for 887cf80
jserv
authored
887cf80
Copy full SHA for 887cf80
lf-queue: Rewrite based on Nikolaev's paper and hazard pointers
Show description for 6302c2a
csm1735
committed
6302c2a
Copy full SHA for 6302c2a
Commits on Jun 4, 2023
Merge pull request #17 from linD026/master
Show description for 342506f
jserv
authored
342506f
Copy full SHA for 342506f
Commits on Jun 3, 2023
rcu-list: Fix the data-race
Show description for c5eaee3
linD026
committed
c5eaee3
Copy full SHA for c5eaee3
Rewrite rcu-list for built-in tracer
Show description for c5596e2
jserv
committed
c5596e2
Copy full SHA for c5596e2
Add a lock-free MPMC broadcast pub-sub queue
jserv
committed
49a5785
Copy full SHA for 49a5785
Commits on Apr 23, 2023
Merge pull request #16 from linD026/master
Show description for 550c22b
jserv
authored
550c22b
Copy full SHA for 550c22b
Commits on Apr 22, 2023
thread-rcu: Fix incorrect grace period counting
Show description for 697f8f8
linD026
committed
697f8f8
Copy full SHA for 697f8f8
Commits on Apr 13, 2023
mpmc: Enable Arm build
jserv
committed
fd73065
Copy full SHA for fd73065
Commits on Apr 6, 2023
Add a generic reference counting
jserv
committed
51787a6
Copy full SHA for 51787a6
Commits on Apr 4, 2023
Remove unused file
jserv
committed
e1a67bb
Copy full SHA for e1a67bb
Commits on Apr 3, 2023
hp_list: Add another implementation
jserv
committed
5ffd588
Copy full SHA for 5ffd588
Commits on Mar 21, 2023
preempt_sched: Indent
jserv
committed
0df93f0
Copy full SHA for 0df93f0
coro: Rewrite setjmp/longjmp based coroutine
jserv
committed
5cb5cb7
Copy full SHA for 5cb5cb7
Commits on Mar 20, 2023
Avoid hardcoded gcc
jserv
committed
50e4112
Copy full SHA for 50e4112
Commits on May 9, 2022
thread-rcu: Fix the types in rcu.h and barrier counter (#14)
Show description for bfaf9a4
linD026
authored
bfaf9a4
Copy full SHA for bfaf9a4
Commits on Apr 30, 2022
hp_list: Fix bug in list_hp_retire (#10)
Show description for 694204f
kevinshieh0225
authored
694204f
Copy full SHA for 694204f
Commits on Apr 29, 2022
Merge pull request #13 from linD026/master
Show description for 381cb8c
jserv
authored
381cb8c
Copy full SHA for 381cb8c
Pagination
Previous
Next
You can’t perform that action at this time.