You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Unguarded next inside generator
Remove _fast_keys() and rewrite it in keys() with a simple loop.
Might be faster, certainly simpler.
* Update zarr/storage.py
Co-authored-by: jakirkham <[email protected]>
* Make it faster by moving `if` out of the loop
After all the name of the function is _keys_fast()!
Co-authored-by: jakirkham <[email protected]>
0 commit comments