Skip to content

Conversation

jhamman
Copy link
Member

@jhamman jhamman commented Oct 16, 2025

As requested in #3526, this PR adds some documentation about the change to and performance considerations of the async.concurrency config setting.

TODO:

  • New/modified features documented in docs/user-guide/*.md
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@jhamman jhamman requested review from d-v-b and dcherian October 16, 2025 14:07
Lower concurrency values may be beneficial when:
- Working with local storage with limited I/O bandwidth
- Memory is constrained (each concurrent operation requires buffer space)
- Using Zarr within a parallel computing framework (see below)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is exactly this use case I ran into 😄 - thanks a lot for putting this together, it's a really nice summary.

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.

3 participants