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

Make sharded arrays written by other implementations readable. #46

Merged
merged 3 commits into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    f5b586a View commit details
    Browse the repository at this point in the history
  2. Make sharded arrays written by other implementations readable.

    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.
    zoj613 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3a3b548 View commit details
    Browse the repository at this point in the history
  3. Split array->bytes codecs into fixed and variable.

    This is to help the type checker rule out ShardingIndexed codec
    when pattern matching on array->bytes codecs used for the index_codec
    chain.
    zoj613 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9ec68ba View commit details
    Browse the repository at this point in the history