Skip to content
  • sunpoet's avatar
    Add py-smmap2 2.0.1 · c45b7e6b
    sunpoet authored
    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.
    
    WWW: https://pypi.python.org/pypi/smmap2
    WWW: https://github.com/gitpython-developers/smmap
    c45b7e6b