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
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / python-smmap
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:smarty12:Python/python-smmap && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
python-smmap.changes | 0000003713 3.63 KB | |
python-smmap.spec | 0000002165 2.11 KB | |
smmap-4.0.0.tar.gz | 0000022524 22 KB |
Revision 25 (latest revision is 30)
Dirk Mueller (dirkmueller)
committed
(revision 25)
- update to 4.0.0: * drop python 2 support
Comments 0