issues
search
cameron314
/
concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Other
10k
stars
1.69k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Consider not making functions in headers static to improve compatibility with C++ modules
#402
jcelerier
opened
2 weeks ago
1
Nested Dynamic Data and Destructors
#401
tomfu1
closed
3 weeks ago
1
in-order dequeue when used as MPSC
#400
frankist
closed
1 month ago
4
worse than locked queue
#399
396848385
opened
1 month ago
6
Assert failed ------ assert(mainHash != nullptr);
#398
shadowbanewuha
closed
1 month ago
7
loop panic
#397
guojun08512
opened
1 month ago
3
Elements cannot be consumed in time
#396
mengzhisy
closed
2 months ago
2
why ocassionally unexcepted clear queue
#395
manuel76413
opened
2 months ago
3
First try_queue return 1 always
#394
Junxia0Wang
opened
3 months ago
1
Is it possible to provide a front() method while using this queue in a MPSC enviorment?
#393
wangjunbo4
closed
4 months ago
2
Vcpkg install differs from a CMake-based manual install
#392
fedapo
opened
5 months ago
0
Consider reviewing the include path for a CMake install
#391
fedapo
opened
5 months ago
0
Multi-producer single consumer model, consumption order and production is inconsistent
#390
fxsts
opened
5 months ago
3
try_enqueue still returns false
#389
fxsts
closed
5 months ago
14
Add a context for allocations
#388
epoupon
opened
5 months ago
0
The website is invalid and cannot be opened
#387
cy2333ytu
closed
5 months ago
2
An `std::function` capturing a `unique_ptr` cannot be enqueued
#386
dpuyda
closed
5 months ago
1
Please help optimising multiple producer (across multiple threads) - single consumer (single thread)
#385
varkey98
closed
6 months ago
16
CMakeLists INSTALL DESTINATION and INSTALL_INTERFACE are inconsistent
#384
cboulay
opened
6 months ago
6
How to use Concurrent queue with std::vector
#383
harshad-0302
opened
6 months ago
1
Dequeue a list using an std::vector
#382
rogerworld
opened
6 months ago
1
q.try_dequeue(...) Get exception EXC_BAD_ACCESS (code=1, address=0x0)
#381
yanmingsohu
closed
7 months ago
1
wait_dequeue occasionally not working properly
#380
345161974
closed
7 months ago
5
try_enqueue takes up to 1024 elements, regardless of initial capacity
#379
devingryu
closed
7 months ago
4
GLIBC version requires 2.30, but deploy platform has 2.29 only
#378
qhw42
closed
7 months ago
0
To use one concurrent queue between multiple threads
#377
harshad-0302
opened
8 months ago
3
Linux fs.h causes compilation problems
#376
mark-99
opened
8 months ago
4
Weird dequeue behavior
#375
ankan1097
closed
9 months ago
8
About license
#374
EasonWang219
opened
10 months ago
1
Naming conflict
#373
JPewterschmidt
closed
10 months ago
2
ConcurrentQueue ~150x slower on Windows
#372
alex-lt-kong
closed
11 months ago
11
Waiting without dequeuing
#371
cconverse711
opened
11 months ago
1
Introducing LIFO semaphore
#370
GHScan
opened
11 months ago
0
try_dequeue_bulk core dump.
#369
moyotar
closed
11 months ago
2
installed concurrentqueue using vcpkg, but can not make.
#368
yangqun
opened
11 months ago
0
Occasionally program can be stuck inside try_dequeue of blockingconcurrentqueue.h
#367
wudandan1221
opened
11 months ago
1
segment fault
#366
ZwjAccount
closed
1 year ago
0
[feature-request] Associating ProducerToken & ConsumerToken explicitly
#365
hunt978
opened
1 year ago
0
Memory Leak
#364
tolgatanriverdi
opened
1 year ago
13
Memory Leak?
#363
tolga-talkme
closed
1 year ago
2
Question: Does this build and run on QNX ?
#362
kobi-ca
opened
1 year ago
2
How to force fully remove the remaining data.
#361
runmouse
opened
1 year ago
4
Release queue memory without calling destructors
#360
bear24rw
closed
1 year ago
2
Zero-copy support
#359
NewbiZ
opened
1 year ago
4
How to use token in multi producers and multi consumers situation?
#358
mcgrady-forever
opened
1 year ago
1
EXPLICIT_INITIAL_INDEX_SIZE not working
#357
adoodabi7
closed
1 year ago
13
concurrentqueue and readerwriterqueue,which one has better performance?
#356
libaineu2004
closed
1 year ago
5
possible race condtion in accessing object in shared_ptr if share_ptr is the template type for concurrentqueue?
#355
tesla1060
opened
1 year ago
2
error C2129: static function 'bool moodycamel::details::likely(bool)' declared but not defined
#354
fmvin
closed
1 year ago
6
Is there that kind of API here: call once to clear all data?Even if the caller does not know the number of data in the queue
#353
yyf117
closed
1 year ago
4
Next