| crossbeam-rs/crossbeam |
6,615 |
|
1,476 |
1,231 |
about 2 years ago |
35 |
April 09, 2023 |
131 |
apache-2.0 |
Rust |
| Tools for concurrent programming in Rust |
| alex-sherman/deco |
1,519 |
|
11 |
5 |
over 4 years ago |
12 |
September 08, 2021 |
5 |
mit |
Python |
| gramoli/synchrobench |
289 |
|
0 |
0 |
almost 5 years ago |
0 |
|
4 |
|
Java |
| A benchmark to compare synchronization techniques for multicore programming |
| typelift/Concurrent |
204 |
|
0 |
0 |
over 6 years ago |
0 |
|
5 |
|
Swift |
| Functional Concurrency Primitives |
| lucteo/concore |
41 |
|
0 |
0 |
over 4 years ago |
0 |
|
0 |
mit |
C++ |
| Core abstractions for dealing with concurrency in C++ |
| marianobarrios/linked-blocking-multi-queue |
39 |
|
0 |
0 |
over 2 years ago |
0 |
|
3 |
bsd-2-clause |
Java |
| A concurrent collection that extends the existing Java concurrent collection library, offering an optionally-bounded blocking "multi-queue" based on linked nodes. |
| storozhukBM/pcache |
32 |
|
0 |
0 |
over 5 years ago |
0 |
|
1 |
mit |
Go |
| Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use. |
| heartwilltell/hc |
28 |
|
0 |
0 |
over 3 years ago |
6 |
July 18, 2022 |
0 |
mit |
Go |
| 👩⚕️👨⚕️ Mission-critical concurrent health checks synchronization |
| tpeczek/Demo.AspNetCore.MaxConcurrentRequests |
24 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
mit |
|
| Sample education project for demonstrating various approaches to implementing concurrent requests limit |
| ipavlu/GreenSuperGreen |
21 |
|
0 |
0 |
about 7 years ago |
0 |
|
0 |
mit |
C# |
| Unified Concurrency: An Object oriented Approach to the synchronization! LockUC, SpinLockUC, TicketSpinLock, AsyncLockUC, AsyncSpinLockUC, AsyncTicketSpinLockUC and Concurrent Data Structures, awaitable PriorityQueue's. |