benoitc / benoitc/offset

replace channel implementation by an implementation based on mmap

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.