-
We are missing the pthread_barrier_init(), pthread_barrier_wait(), pthread_barrier_destroy() functions.
Should be straightforward to implement using the facilities we already have like mutex and cond…
-
Hey 👋
Working on a large monorepo with hundreds of Rust crates, we're seeing almost constant merge conflicts on the Cargo.Bazel.lock file. For instance, the checksum will always conflict as soon a…
-
Given the chase-lev deque and the generalized thread pool we are now able to create a work stealing version. This issue forces us to address some thorny issues that don't concern academic thread pool…
-
the iOS version is 12.0.0
the FMDatabaseQueue is the single instance in my app
i call as
```objc
dispatch_async(concurrencyQueue, ^{
FMDatabaseQueue *queue = [[SMDataBaseManager sharedIns…
-
**Is your feature request related to a problem? Please describe.**
RTIO is a feature that enables lock-free queue like requests to hardware peripherals, allowing for things like I2C transactions to…
-
Channel and Ref uses Michael-Scott queue to maintain internal state. Since we are not concerned with the order of operations, the queue should be replaced with concurrent lock-free bags. http://dl.acm…
-
Hi,
If I understand queueing correctly, scheduling is base on a simple FIFO queue, and its ticks are offer events by the driver. If the task proposed to match the offer doesn't meet requirements, tas…
-
Hi,
im having strange crash, which is caused during blufi app connection.
```
home/osboxes/esp/esp-idf/components/freertos/queue.c:1442 (xQueueGenericReceive)- assert failed!
abort() was called a…
-
https://github.com/zhuojiuw/bustub/blob/be134ba7de76591c4670fab4b8395e7f103b4bc6/src/buffer/clock_replacer.cpp#L48
https://www.drdobbs.com/parallel/writing-lock-free-code-a-corrected-queue/21060444…
-
## Prototype
https://github.com/bood/leela-zero/tree/batch-prototype
I also implemented a lock free version:
https://github.com/bood/leela-zero/tree/batch-lock-free-queue
Wait for full-sized bat…