replace channel implementation by an implementation based on mmap
Open
core
enhancement
- Dominant language
- Python
- Stars
- 380
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
The current implementation of the channel doesn't work over multiple processes. Rather than using deque, it should use mmap to store the data and pass them across processes and threads.
TODO:
- CREATE A WORKING cffi implementation of mmap working on unixes and windows
- Replace the deque call by a bounding queue implementation over mmap
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.