steinbock
steinbock copied to clipboard
Enable memory mapping by default
Currently, the default behavior is --no-mmap
(default=False
) for commands that support memory mapping. Maybe we should consider changing this to --mmap
(default=True
), or to make the default behavior configurable using an environment variable (e.g. default=bool(os.environ.get("STEINBOCK_MMAP", False))
)?