aboutsummaryrefslogtreecommitdiff
path: root/devel/py-vmaps/pkg-descr
blob: f185307b5f7d46ba8778e086ce8d3f10b5408585 (plain) (blame)
1
2
3
4
5
6
7
This module provides Vmap objects, which are extremely fast on-disk arrays
with facilities for shared access by multiple processes, independant of
Python or operating system threads or SysV IPC limits. The included example
program shows trivial examples of using Vmaps for interprocess communication
and multiple simultaneous writers of a shared data set.

WWW: http://snafu.freedom.org/Vmaps/