Skip to content

Commit d081852

Browse files
Update README.md
1 parent 0fd64fa commit d081852

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
Faster alternative to Python's standard multiprocessing.Queue (IPC FIFO queue). Up to 30x faster in some configurations.
1010

1111
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.
1312

1413
Adds `get_many()` and `put_many()` methods to receive/send multiple messages at once for the price of a single lock.
1514

0 commit comments

Comments
 (0)