steinbock icon indicating copy to clipboard operation
steinbock copied to clipboard

Enable memory mapping by default

Open jwindhager opened this issue 2 years ago • 0 comments

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)))?

jwindhager avatar Feb 16 '23 12:02 jwindhager