A pure git implementation of a sliding window memory map manager

Edit Package python-smmap
https://github.com/Byron/smmap

When reading from many possibly large files in a fashion similar to random
access, it is usually the fastest and most efficient to use memory maps.
Although memory maps have many advantages, they represent a very limited
system resource as every map uses one file descriptor, whose amount is
limited per process. On 32 bit systems, the amount of memory you can have
mapped at a time is naturally limited to theoretical 4GB of memory, which
may not be enough for some applications.

The documentation can be found here: http://packages.python.org/smmap

Refresh
Refresh
Source Files
Filename Size Changed
delete_platform_specific_test.patch 0000001009 1009 Bytes
python-smmap.changes 0000001903 1.86 KB
python-smmap.spec 0000002590 2.53 KB
smmap-0.9.0.tar.gz 0000022082 21.6 KB
Latest Revision
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 1)
osc copypac from project:devel:languages:python package:python-smmap revision:10, using expand
Comments 0
openSUSE Build Service is sponsored by