Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-smmap2 | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 2.0.5 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Sat Jul 22 11:45:55 2023 |
Group: Development/Languages/Python | Build host: goat13 |
Size: 166417 | Source RPM: python-smmap2-2.0.5-bp156.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/Byron/smmap | |
Summary: A pure python implementation of a sliding window memory map manager |
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.
BSD-3-Clause
* Thu Mar 28 2019 pgajdos@suse.com - version update to 2.0.5 * Drop support for EOL Python * Tue Dec 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package * Tue Aug 07 2018 toddrme2178@gmail.com - Update to 2.0.4 * Update homepage * Thu May 03 2018 toddrme2178@gmail.com - Use %license tag * Wed Jan 17 2018 toddrme2178@gmail.com - Initial version
/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.opt-1.pyc /usr/lib/python3.6/site-packages/smmap/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/smmap/__pycache__/buf.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/smmap/__pycache__/buf.cpython-36.pyc /usr/lib/python3.6/site-packages/smmap/__pycache__/exc.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/smmap/__pycache__/exc.cpython-36.pyc /usr/lib/python3.6/site-packages/smmap/__pycache__/mman.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/smmap/__pycache__/mman.cpython-36.pyc /usr/lib/python3.6/site-packages/smmap/__pycache__/util.cpython-36.opt-1.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.opt-1.pyc /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.opt-1.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.opt-1.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.opt-1.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.opt-1.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.opt-1.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.5-py3.6.egg-info /usr/lib/python3.6/site-packages/smmap2-2.0.5-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/smmap2-2.0.5-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/smmap2-2.0.5-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/smmap2-2.0.5-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/smmap2-2.0.5-py3.6.egg-info/zip-safe /usr/share/doc/packages/python3-smmap2 /usr/share/doc/packages/python3-smmap2/README.md /usr/share/licenses/python3-smmap2 /usr/share/licenses/python3-smmap2/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:58:50 2024