Name : python-smmap
| |
Version : 0.9.0
| Vendor : obs://build_opensuse_org/systemsmanagement
|
Release : 1.5
| Date : 2018-05-15 09:06:46
|
Group : Development/Languages/Python
| Source RPM : python-smmap-0.9.0-1.5.src.rpm
|
Size : 0.16 MB
| |
Packager : (none)
| |
Summary : A pure git implementation of a sliding window memory map manager
|
Description :
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
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/systemsmanagement:/Ardana:/8:/CentOS/CentOS_7/noarch |