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
python-smmap.changes 0000002444 2.39 KB
python-smmap.spec 0000002379 2.32 KB
smmap-3.0.1.tar.gz 0000023659 23.1 KB
Revision 13 (latest revision is 30)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 13)
- update to 3.0.1:
  * Switched back to the smmap package name on PyPI and fixed the smmap2 mirror package (#44)
  * Fixed setup.py long_description rendering (#40)
- remove delete_platform_specific_test.patch (upstream)
Comments 0
openSUSE Build Service is sponsored by