SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-smmap2 rpm build for : openSUSE Leap 15. For other distributions click python3-smmap2.

Name : python3-smmap2
Version : 2.0.3 Vendor : obs://build_opensuse_org/home:geewass
Release : lp150.1.3 Date : 2018-08-21 04:04:54
Group : Development/Languages/Python Source RPM : python3-smmap2-2.0.3-lp150.1.3.src.rpm
Size : 0.11 MB
Packager : (none)
Summary : A pure python implementation of a sliding window memory map manager
Description :
A pure python implementation of a sliding window memory map manager

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.

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.

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/home:/geewass:/python/openSUSE_Leap_15.0/noarch

Content of RPM  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python3-smmap
python3-smmap2

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


Content of RPM :
/usr/lib/python3.6/site-packages/smmap
/usr/lib/python3.6/site-packages/smmap/__init__.py
/usr/lib/python3.6/site-packages/smmap/__pycache__
/usr/lib/python3.6/site-packages/smmap/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/smmap/__pycache__/buf.cpython-36.pyc
/usr/lib/python3.6/site-packages/smmap/__pycache__/exc.cpython-36.pyc
/usr/lib/python3.6/site-packages/smmap/__pycache__/mman.cpython-36.pyc
/usr/lib/python3.6/site-packages/smmap/__pycache__/util.cpython-36.pyc
/usr/lib/python3.6/site-packages/smmap/buf.py
/usr/lib/python3.6/site-packages/smmap/exc.py
/usr/lib/python3.6/site-packages/smmap/mman.py
/usr/lib/python3.6/site-packages/smmap/test
/usr/lib/python3.6/site-packages/smmap/test/__init__.py
/usr/lib/python3.6/site-packages/smmap/test/__pycache__
/usr/lib/python3.6/site-packages/smmap/test/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/smmap/test/__pycache__/lib.cpython-36.pyc
/usr/lib/python3.6/site-packages/smmap/test/__pycache__/test_buf.cpython-36.pyc
/usr/lib/python3.6/site-packages/smmap/test/__pycache__/test_mman.cpython-36.pyc
/usr/lib/python3.6/site-packages/smmap/test/__pycache__/test_tutorial.cpython-36.pyc
/usr/lib/python3.6/site-packages/smmap/test/__pycache__/test_util.cpython-36.pyc
/usr/lib/python3.6/site-packages/smmap/test/lib.py
/usr/lib/python3.6/site-packages/smmap/test/test_buf.py
/usr/lib/python3.6/site-packages/smmap/test/test_mman.py
/usr/lib/python3.6/site-packages/smmap/test/test_tutorial.py
/usr/lib/python3.6/site-packages/smmap/test/test_util.py
/usr/lib/python3.6/site-packages/smmap/util.py
/usr/lib/python3.6/site-packages/smmap2-2.0.3-py3.6.egg-info
/usr/lib/python3.6/site-packages/smmap2-2.0.3-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/smmap2-2.0.3-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/smmap2-2.0.3-py3.6.egg-info/dependency_links.txt
There is 2 files more in these RPM.

 
ICM