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
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2/python-smmap && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-smmap.changes | 0000002999 2.93 KB | |
python-smmap.spec | 0000002224 2.17 KB | |
smmap-3.0.2.tar.gz | 0000022511 22 KB |
Latest Revision
Yuchen Lin (maxlin_factory)
accepted
request 794676
from
Origin Manager (origin-manager)
(revision 14)
Newer source available from package origin. (host go-agent-monitor-2)
Comments 0