diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 7244b7d0..f0f48fcf 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-14T12:49:26","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-14T13:48:56","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/advanced/index.html b/dev/advanced/index.html index 9fa9e062..d4f956c6 100644 --- a/dev/advanced/index.html +++ b/dev/advanced/index.html @@ -47,4 +47,4 @@ # to an `Upgrade` instance with the new struct. load("test.jld2", "data"; typemap=Dict("Main.OldStructVersion" => JLD2.Upgrade(UpdatedStruct)))
Group objects can be constructed with two optional keyword arguments:
g = Group(file;
est_num_entries=4
- est_link_name_len=8)
These determine how much (additional) empty space should be allocated for the group description. (list of entries) This can be useful for performance when one expects to append many additional datasets after first writing the file.
There is an experimental repository JLD2DebugTools.jl that may help with debugging files.
By default JLD2 will attempt to open files using the MmapIO
backend. If that fails, it retries using IOStream
.
Settings
This document was generated with Documenter.jl version 1.8.0 on Tuesday 14 January 2025. Using Julia version 1.11.2.