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.4.tar.gz
(21.8 kB
view details)
File details
Details for the file smmap-0.8.4.tar.gz.
File metadata
- Download URL: smmap-0.8.4.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daf624178ea4fc0f784f46b520ad38fa34d8f7f23fedabd93adbadcddafc8767
|
|
| MD5 |
90a0095080467900aaa66e3692f9f0b5
|
|
| BLAKE2b-256 |
298d9c2aefc780125955205497f207fdb2c20876324a1e9f67bb0de37f21eba5
|