Replies: 2 comments 2 replies
|
Would this mean The new |
2 replies
|
Closing as this default change was released in asdf 4.0.0 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Memory mapping (controlled by the
copy_arraysargument toasdf.open) can be useful but increases the risk of segfaults and other unrecoverable errors.We are considering deprecating
copy_arrays(possibly in favor of amemory_mapargument) and making the new default that a file will not use memory mapping. For a user who wants to use memory mapping they will have to override this default (perhaps by callingasdf.open(fn, memory_map=True)or something similar).All reactions