This library lets you create arrays with mmap backing. The interface is designed to be very similar to the array module in the standard library. This library gives you the ability to have a shared ...
This module is a reimplementation of Python's builtin module mmap. It aims to provide better performance while being API compatible with the builtin module. Development tracks new Python versions, ...