We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd64fa commit d081852Copy full SHA for d081852
README.md
@@ -9,7 +9,6 @@
9
Faster alternative to Python's standard multiprocessing.Queue (IPC FIFO queue). Up to 30x faster in some configurations.
10
11
Implemented in C++ using POSIX mutexes with PTHREAD_PROCESS_SHARED attribute. Based on a circular buffer, low footprint, brokerless.
12
-Completely mimics the interface of the standard multiprocessing.Queue, so can be used as a drop-in replacement.
13
14
Adds `get_many()` and `put_many()` methods to receive/send multiple messages at once for the price of a single lock.
15
0 commit comments