alex-petrenko / faster-fifoLinks
Faster alternative to Python's multiprocessing.Queue (IPC FIFO queue)
☆203Updated 7 months ago
Alternatives and similar repositories for faster-fifo
Users that are interested in faster-fifo are comparing it to the libraries listed below
Sorting:
- A very simple shared memory dict implementation☆173Updated 3 years ago
- Very fast Python JSON parsing library☆397Updated last year
- Lock-Free Atomics in Python