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://smmap.readthedocs.org
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
smmap-0.8.3.tar.gz
(21.8 kB
view details)
File details
Details for the file smmap-0.8.3.tar.gz.
File metadata
- Download URL: smmap-0.8.3.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b336afff785e8934afe22a520d2c88574ae716aaf3ce8290581af943ba6fdde
|
|
| MD5 |
f3e992556bb600f094135b749f957a8a
|
|
| BLAKE2b-256 |
126c621589995c45bd619bb74da660c215357cde9c9cd1c454c5749988f83abc
|