lfqueue icon indicating copy to clipboard operation
lfqueue copied to clipboard

Minimize lock-free queue ever!

Results 2 lfqueue issues
Sort by recently updated
recently updated
newest added

volatile int is_freeing is not compatible with _WIN64 bit __CAS, please kindly change to int64_t?

This doesn't fix everything: there's still a use-after-free bug in here somewhere, even with `mfence` instead of `lfence` or `sfence` in case even stronger barriers made a difference at the...