source-forge places no limits and is a very good place (specific
project site / releases / usage counters)
--
http://mail.python.org/mailman/listinfo/python-list
On Aug 24, 9:52 am, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> castironpi wrote:
> > Hi,
>
> > I've got an "in-place" memory manager that uses a disk-backed memory-
> > mapped buffer. Among its possibilities are: storing variable-length
> > strings and structures for persistence and interprocess c
castironpi wrote:
Hi,
I've got an "in-place" memory manager that uses a disk-backed memory-
mapped buffer. Among its possibilities are: storing variable-length
strings and structures for persistence and interprocess communication
with mmap.
It allocates segments of a generic buffer by length a
Hi,
I've got an "in-place" memory manager that uses a disk-backed memory-
mapped buffer. Among its possibilities are: storing variable-length
strings and structures for persistence and interprocess communication
with mmap.
It allocates segments of a generic buffer by length and returns an
offset