Skip to content

Conversation

@JonasIsensee
Copy link
Collaborator

This is another PR that came out of me playing with AI coding. However, due to the complexity here, this involved quite significant collaboration and debugging inputs from my side.

New features:

  • JLD2.write_chunked_array(f, "name", data, chunkdims)
  • write(f, "name", data; chunk=[3,4], compress=ZstdFilter()) for compression of chunks
  • f["name", chunk=[2,3]] = data with setindex! syntax
  • JLD2.get_chunked_array(f, "name") returns a JLD2.ChunkedArray that lets you load and iterate chunks one by one

@JonasIsensee JonasIsensee changed the base branch from master to external_links September 30, 2025 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants