Skip to content

Commit

Permalink
Make sharded arrays written by other implementations readable.
Browse files Browse the repository at this point in the history
Since bigarrays are limited to signed 64bit, sharding indexed could
not correctly read arrays using $2^{64} -1$ index values to represent
empty inner chunks. this commit fixes that issue.
  • Loading branch information
zoj613 committed Jul 25, 2024
1 parent f5b586a commit 3a3b548
Showing 1 changed file with 139 additions and 73 deletions.
Loading

0 comments on commit 3a3b548

Please sign in to comment.