diff options
Diffstat (limited to 'devel/py-vmaps/pkg-descr')
-rw-r--r-- | devel/py-vmaps/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-vmaps/pkg-descr b/devel/py-vmaps/pkg-descr index f185307b5f7d..cc8cc6d7a0ec 100644 --- a/devel/py-vmaps/pkg-descr +++ b/devel/py-vmaps/pkg-descr @@ -1,5 +1,5 @@ This module provides Vmap objects, which are extremely fast on-disk arrays -with facilities for shared access by multiple processes, independant of +with facilities for shared access by multiple processes, independent 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. |