SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-smmap2 rpm build for : OpenSuSE. For other distributions click python2-smmap2.

Name : python2-smmap2
Version : 2.0.5 Vendor : openSUSE
Release : bp154.1.1 Date : 2021-07-15 19:37:52
Group : Development/Languages/Python Source RPM : python-smmap2-2.0.5-bp154.1.1.src.rpm
Size : 0.17 MB
Packager : https://bugs_opensuse_org
Summary : A pure python implementation of a sliding window memory map manager
Description :
Smmap wraps an interface around mmap and tracks the mapped files as
well as the amount of clients who use it. If the system runs out of
resources, or if a memory limit is reached, it will automatically
unload unused maps to allow continued operation.

To allow processing large files even on 32 bit systems, it allows
only portions of the file to be mapped. Once the user reads beyond
the mapped region, smmap will automatically map the next required
region, unloading unused regions using a LRU algorithm.

The interface also works around the missing offset parameter in python
implementations up to python 2.5.

Although the library can be used most efficiently with its native
interface, a Buffer implementation is provided to hide these details
behind a simple string-like interface.

For performance critical 64 bit applications, a simplified version of
memory mapping is provided which always maps the whole file, but
still provides the benefit of unloading unused mappings on demand.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python2-smmap2-2.0.5-bp154.1.1.noarch.rpm
ftp.icm.edu.pl  python2-smmap2-2.0.5-bp154.1.1.noarch.rpm
     

Provides :
python-smmap2
python2-smmap2

Requires :
python(abi) = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/python2.7/site-packages/smmap
/usr/lib/python2.7/site-packages/smmap/__init__.py
/usr/lib/python2.7/site-packages/smmap/__init__.pyc
/usr/lib/python2.7/site-packages/smmap/__init__.pyo
/usr/lib/python2.7/site-packages/smmap/buf.py
/usr/lib/python2.7/site-packages/smmap/buf.pyc
/usr/lib/python2.7/site-packages/smmap/buf.pyo
/usr/lib/python2.7/site-packages/smmap/exc.py
/usr/lib/python2.7/site-packages/smmap/exc.pyc
/usr/lib/python2.7/site-packages/smmap/exc.pyo
/usr/lib/python2.7/site-packages/smmap/mman.py
/usr/lib/python2.7/site-packages/smmap/mman.pyc
/usr/lib/python2.7/site-packages/smmap/mman.pyo
/usr/lib/python2.7/site-packages/smmap/test
/usr/lib/python2.7/site-packages/smmap/test/__init__.py
/usr/lib/python2.7/site-packages/smmap/test/__init__.pyc
/usr/lib/python2.7/site-packages/smmap/test/__init__.pyo
/usr/lib/python2.7/site-packages/smmap/test/lib.py
/usr/lib/python2.7/site-packages/smmap/test/lib.pyc
/usr/lib/python2.7/site-packages/smmap/test/lib.pyo
/usr/lib/python2.7/site-packages/smmap/test/test_buf.py
/usr/lib/python2.7/site-packages/smmap/test/test_buf.pyc
/usr/lib/python2.7/site-packages/smmap/test/test_buf.pyo
/usr/lib/python2.7/site-packages/smmap/test/test_mman.py
/usr/lib/python2.7/site-packages/smmap/test/test_mman.pyc
/usr/lib/python2.7/site-packages/smmap/test/test_mman.pyo
/usr/lib/python2.7/site-packages/smmap/test/test_tutorial.py
/usr/lib/python2.7/site-packages/smmap/test/test_tutorial.pyc
/usr/lib/python2.7/site-packages/smmap/test/test_tutorial.pyo
/usr/lib/python2.7/site-packages/smmap/test/test_util.py
There is 15 files more in these RPM.

 
ICM