Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for pushing to mmapped files (#71)
* add support for pushing to writeable mmapped files fixes #70 * extra security, mmap doesn't let you immediately overwrite To overwrite you need to convert a readonly file to a non-readonly file. * improve IFD on-disk space estimation and handling of remote data * support undef mmapped files This is useful for create now, append later * update docs and add examples * don't fail if the test file doesn't exist * simplify writer example * use ColorTypes instead of Colors for consistency * add mappedarrays to doc project
- Loading branch information
f234035
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
f234035
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/51494
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: