FreeBSD.software
Home/devel/py311-smmap

py311-smmap

5.0.2

Sliding-window memory map manager

Smmap wraps an interface around mmap and tracks the mapped files as well as the amount of clients who use it. If the system runs out of resources, or if a memory limit is reached, it will automatically unload unused maps to allow continued operation. To allow processing large files even on 32 bit systems, it allows only portions of the file to be mapped. Once the user reads beyond the mapped region, smmap will automatically map the next required region, unloading unused regions using a LRU algorithm.

Origin: devel/py-smmap
Category: devel
Size: 211KiB
License: BSD3CLAUSE
Maintainer: sunpoet@FreeBSD.org
Dependencies: 1 packages
Required by: 1 packages
$pkg install py311-smmap

Dependencies (1)

Required By (1 packages)

More in devel