A pure git implementation of a sliding window memory map manager
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
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-smmap && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-smmap.changes | 0000003533 3.45 KB | |
python-smmap.spec | 0000002142 2.09 KB | |
smmap-3.0.5.tar.gz | 0000023228 22.7 KB |
Revision 15 (latest revision is 19)
Dominique Leuenberger (dimstar_suse)
accepted
request 868445
from
Dirk Mueller (dirkmueller)
(revision 15)
- update to 3.0.5: - Restored Python 2 support removed in v3.0.2
Comments 0