diff --git a/previews/PR598/.documenter-siteinfo.json b/previews/PR598/.documenter-siteinfo.json index 6ecf8951..1eac8260 100644 --- a/previews/PR598/.documenter-siteinfo.json +++ b/previews/PR598/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-14T08:07:53","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-18T07:54:58","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/previews/PR598/advanced/index.html b/previews/PR598/advanced/index.html index aad64876..c027b076 100644 --- a/previews/PR598/advanced/index.html +++ b/previews/PR598/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.7.0 on Saturday 14 September 2024. Using Julia version 1.10.5.