Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LRU cache for decoded chunks #306

Closed
wants to merge 56 commits into from

Merge branch 'master' into chunk_cache

06c899b
Select commit
Loading
Failed to load commit list.
Closed

LRU cache for decoded chunks #306

Merge branch 'master' into chunk_cache
06c899b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 7, 2023 in 1s

99.94% (target 100.00%)

View this Pull Request on Codecov

99.94% (target 100.00%)

Details

Codecov Report

Merging #306 (06c899b) into main (cbe371f) will increase coverage by 0.00%.
Report is 388 commits behind head on main.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##             main     #306    +/-   ##
========================================
  Coverage   99.94%   99.94%            
========================================
  Files          31       31            
  Lines       10936    11135   +199     
========================================
+ Hits        10930    11129   +199     
  Misses          6        6            
Files Coverage Δ
zarr/__init__.py 100.00% <ø> (ø)
zarr/core.py 100.00% <100.00%> (ø)
zarr/creation.py 100.00% <ø> (ø)
zarr/hierarchy.py 100.00% <100.00%> (ø)
zarr/storage.py 100.00% <100.00%> (ø)
zarr/tests/test_core.py 100.00% <100.00%> (ø)
zarr/tests/test_storage.py 100.00% <100.00%> (ø)