.bazelrc
.bazelversion
.clang-format
.gitignore
.style.yapf
AUTHORS
BUILD.bazel
CONTRIBUTING.md
LICENSE
README.md
WORKSPACE
bazelisk.py
external.bzl
setup.py
utils.bzl
docs/conf.py
docs/context.rst
docs/context_schema.yml
docs/docutils.conf
docs/index.rst
docs/index_space.rst
docs/index_transform_schema.yml
docs/installation.rst
docs/overview.rst
docs/spec.rst
docs/tensorstore_schema.yml
docs/_static/sphinx_rtd_theme_table_word_wrap_fix.css
docs/_templates/autosummary_root_module.rst
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/python/index.rst
docs/python/indexing.rst
docs/python/tutorial.rst
docs/python/api/index.rst
python/tensorstore/BUILD
python/tensorstore/LICENSE
python/tensorstore/__init__.py
python/tensorstore/array_type_caster.cc
python/tensorstore/array_type_caster.h
python/tensorstore/bazel_pytest_main.py
python/tensorstore/context.cc
python/tensorstore/context.h
python/tensorstore/data_type.cc
python/tensorstore/data_type.h
python/tensorstore/dim_expression.cc
python/tensorstore/dim_expression.h
python/tensorstore/future.cc
python/tensorstore/future.h
python/tensorstore/index.cc
python/tensorstore/index.h
python/tensorstore/index_space.cc
python/tensorstore/index_space.h
python/tensorstore/index_test.cc
python/tensorstore/indexing_spec.cc
python/tensorstore/indexing_spec.h
python/tensorstore/json_type_caster.cc
python/tensorstore/json_type_caster.h
python/tensorstore/pybind11.bzl
python/tensorstore/pytest.bzl
python/tensorstore/result_type_caster.h
python/tensorstore/shell.py
python/tensorstore/spec.cc
python/tensorstore/spec.h
python/tensorstore/status.cc
python/tensorstore/status.h
python/tensorstore/subscript_method.h
python/tensorstore/tensorstore.cc
python/tensorstore/tensorstore_class.cc
python/tensorstore/tensorstore_class.h
python/tensorstore/write_futures.cc
python/tensorstore/write_futures.h
python/tensorstore.egg-info/PKG-INFO
python/tensorstore.egg-info/SOURCES.txt
python/tensorstore.egg-info/dependency_links.txt
python/tensorstore.egg-info/requires.txt
python/tensorstore.egg-info/top_level.txt
python/tensorstore/tests/data_type_test.py
python/tensorstore/tests/dim_expression_test.py
python/tensorstore/tests/future_test.py
python/tensorstore/tests/index_domain_test.py
python/tensorstore/tests/index_interval_test.py
python/tensorstore/tests/index_transform_test.py
python/tensorstore/tests/indexing_test.py
python/tensorstore/tests/spec_test.py
python/tensorstore/tests/tensorstore_test.py
tensorstore/BUILD
tensorstore/array.cc
tensorstore/array.h
tensorstore/array_nc_test.cc
tensorstore/array_test.cc
tensorstore/array_testutil.h
tensorstore/array_testutil_matches_array.inc
tensorstore/array_testutil_test.cc
tensorstore/box.cc
tensorstore/box.h
tensorstore/box_test.cc
tensorstore/cast.h
tensorstore/container_kind.h
tensorstore/context.cc
tensorstore/context.h
tensorstore/context_impl.h
tensorstore/context_resource_provider.h
tensorstore/context_test.cc
tensorstore/contiguous_layout.cc
tensorstore/contiguous_layout.h
tensorstore/contiguous_layout_test.cc
tensorstore/data_type.cc
tensorstore/data_type.h
tensorstore/data_type_conversion.h
tensorstore/data_type_conversion_test.cc
tensorstore/data_type_test.cc
tensorstore/generate_interval_slice_overloads.py
tensorstore/generate_make_array_overloads.py
tensorstore/generate_matches_array_overloads.py
tensorstore/index.h
tensorstore/index_interval.cc
tensorstore/index_interval.h
tensorstore/index_interval_test.cc
tensorstore/index_space.h
tensorstore/json_serialization_options.h
tensorstore/make_array.inc
tensorstore/non_compile.bzl
tensorstore/open.cc
tensorstore/open.h
tensorstore/open_mode.cc
tensorstore/open_mode.h
tensorstore/open_mode_test.cc
tensorstore/progress.cc
tensorstore/progress.h
tensorstore/progress_test.cc
tensorstore/rank.cc
tensorstore/rank.h
tensorstore/rank_test.cc
tensorstore/read_write_options.h
tensorstore/resize_options.cc
tensorstore/resize_options.h
tensorstore/resize_options_test.cc
tensorstore/spec.cc
tensorstore/spec.h
tensorstore/spec_impl.h
tensorstore/spec_request_options.h
tensorstore/spec_test.cc
tensorstore/staleness_bound.h
tensorstore/static_cast.cc
tensorstore/static_cast.h
tensorstore/static_cast_test.cc
tensorstore/strided_layout.cc
tensorstore/strided_layout.h
tensorstore/strided_layout_test.cc
tensorstore/tensorstore.bzl
tensorstore/tensorstore.cc
tensorstore/tensorstore.h
tensorstore/tensorstore_impl.h
tensorstore/update_generated_source_code.py
tensorstore/driver/BUILD
tensorstore/driver/chunk.h
tensorstore/driver/driver.cc
tensorstore/driver/driver.h
tensorstore/driver/driver_test.cc
tensorstore/driver/driver_testutil.cc
tensorstore/driver/driver_testutil.h
tensorstore/driver/index.rst
tensorstore/driver/kvs_backed_chunk_driver.cc
tensorstore/driver/kvs_backed_chunk_driver.h
tensorstore/driver/kvs_backed_chunk_driver_impl.h
tensorstore/driver/kvs_backed_chunk_driver_schema.yml
tensorstore/driver/kvs_backed_chunk_driver_test.cc
tensorstore/driver/registry.h
tensorstore/driver/array/BUILD
tensorstore/driver/array/array.cc
tensorstore/driver/array/array.h
tensorstore/driver/array/array_test.cc
tensorstore/driver/array/index.rst
tensorstore/driver/array/schema.yml
tensorstore/driver/cast/BUILD
tensorstore/driver/cast/cast.cc
tensorstore/driver/cast/cast.h
tensorstore/driver/cast/cast_test.cc
tensorstore/driver/cast/index.rst
tensorstore/driver/cast/schema.yml
tensorstore/driver/n5/BUILD
tensorstore/driver/n5/blosc_compressor.cc
tensorstore/driver/n5/blosc_compressor_test.cc
tensorstore/driver/n5/bzip2_compressor.cc
tensorstore/driver/n5/bzip2_compressor_test.cc
tensorstore/driver/n5/compressor.cc
tensorstore/driver/n5/compressor.h
tensorstore/driver/n5/compressor_registry.h
tensorstore/driver/n5/driver.cc
tensorstore/driver/n5/driver_test.cc
tensorstore/driver/n5/golden_file_test.cc
tensorstore/driver/n5/gzip_compressor.cc
tensorstore/driver/n5/gzip_compressor_test.cc
tensorstore/driver/n5/index.rst
tensorstore/driver/n5/metadata.cc
tensorstore/driver/n5/metadata.h
tensorstore/driver/n5/metadata_test.cc
tensorstore/driver/n5/schema.yml
tensorstore/driver/n5/xz_compressor.cc
tensorstore/driver/n5/xz_compressor_test.cc
tensorstore/driver/n5/testdata/generate.py
tensorstore/driver/n5/testdata/blosc/attributes.json
tensorstore/driver/n5/testdata/blosc/0/0
tensorstore/driver/n5/testdata/blosc/0/1
tensorstore/driver/n5/testdata/blosc/1/0
tensorstore/driver/n5/testdata/blosc/1/1
tensorstore/driver/n5/testdata/bzip2/attributes.json
tensorstore/driver/n5/testdata/bzip2/0/0
tensorstore/driver/n5/testdata/bzip2/0/1
tensorstore/driver/n5/testdata/bzip2/1/0
tensorstore/driver/n5/testdata/bzip2/1/1
tensorstore/driver/n5/testdata/gzip/attributes.json
tensorstore/driver/n5/testdata/gzip/0/0
tensorstore/driver/n5/testdata/gzip/0/1
tensorstore/driver/n5/testdata/gzip/1/0
tensorstore/driver/n5/testdata/gzip/1/1
tensorstore/driver/n5/testdata/raw/attributes.json
tensorstore/driver/n5/testdata/raw/0/0
tensorstore/driver/n5/testdata/raw/0/1
tensorstore/driver/n5/testdata/raw/1/0
tensorstore/driver/n5/testdata/raw/1/1
tensorstore/driver/n5/testdata/xz/attributes.json
tensorstore/driver/n5/testdata/xz/0/0
tensorstore/driver/n5/testdata/xz/0/1
tensorstore/driver/n5/testdata/xz/1/0
tensorstore/driver/n5/testdata/xz/1/1
tensorstore/driver/neuroglancer_precomputed/BUILD
tensorstore/driver/neuroglancer_precomputed/chunk_encoding.cc
tensorstore/driver/neuroglancer_precomputed/chunk_encoding.h
tensorstore/driver/neuroglancer_precomputed/chunk_encoding_test.cc
tensorstore/driver/neuroglancer_precomputed/driver.cc
tensorstore/driver/neuroglancer_precomputed/driver_test.cc
tensorstore/driver/neuroglancer_precomputed/index.rst
tensorstore/driver/neuroglancer_precomputed/metadata.cc
tensorstore/driver/neuroglancer_precomputed/metadata.h
tensorstore/driver/neuroglancer_precomputed/metadata_test.cc
tensorstore/driver/neuroglancer_precomputed/murmurhash3.cc
tensorstore/driver/neuroglancer_precomputed/murmurhash3.h
tensorstore/driver/neuroglancer_precomputed/murmurhash3_test.cc
tensorstore/driver/neuroglancer_precomputed/schema.yml
tensorstore/driver/neuroglancer_precomputed/uint64_sharded.cc
tensorstore/driver/neuroglancer_precomputed/uint64_sharded.h
tensorstore/driver/neuroglancer_precomputed/uint64_sharded_decoder.cc
tensorstore/driver/neuroglancer_precomputed/uint64_sharded_decoder.h
tensorstore/driver/neuroglancer_precomputed/uint64_sharded_decoder_test.cc
tensorstore/driver/neuroglancer_precomputed/uint64_sharded_encoder.cc
tensorstore/driver/neuroglancer_precomputed/uint64_sharded_encoder.h
tensorstore/driver/neuroglancer_precomputed/uint64_sharded_encoder_test.cc
tensorstore/driver/neuroglancer_precomputed/uint64_sharded_key_value_store.cc
tensorstore/driver/neuroglancer_precomputed/uint64_sharded_key_value_store.h
tensorstore/driver/neuroglancer_precomputed/uint64_sharded_key_value_store_test.cc
tensorstore/driver/neuroglancer_precomputed/uint64_sharded_test.cc
tensorstore/driver/zarr/BUILD
tensorstore/driver/zarr/blosc_compressor.cc
tensorstore/driver/zarr/blosc_compressor_test.cc
tensorstore/driver/zarr/bzip2_compressor.cc
tensorstore/driver/zarr/bzip2_compressor_test.cc
tensorstore/driver/zarr/compressor.cc
tensorstore/driver/zarr/compressor.h
tensorstore/driver/zarr/compressor_registry.h
tensorstore/driver/zarr/compressor_test.cc
tensorstore/driver/zarr/driver.cc
tensorstore/driver/zarr/driver_impl.h
tensorstore/driver/zarr/driver_impl_test.cc
tensorstore/driver/zarr/driver_test.cc
tensorstore/driver/zarr/dtype.cc
tensorstore/driver/zarr/dtype.h
tensorstore/driver/zarr/dtype_test.cc
tensorstore/driver/zarr/index.rst
tensorstore/driver/zarr/metadata.cc
tensorstore/driver/zarr/metadata.h
tensorstore/driver/zarr/metadata_test.cc
tensorstore/driver/zarr/metadata_testutil.cc
tensorstore/driver/zarr/metadata_testutil.h
tensorstore/driver/zarr/schema.yml
tensorstore/driver/zarr/spec.cc
tensorstore/driver/zarr/spec.h
tensorstore/driver/zarr/spec_test.cc
tensorstore/driver/zarr/zlib_compressor.cc
tensorstore/driver/zarr/zlib_compressor_test.cc
tensorstore/examples/BUILD
tensorstore/examples/create_array.cc
tensorstore/examples/image_convolution.cc
tensorstore/examples/map_apply.cc
tensorstore/examples/status_result.cc
tensorstore/index_space/BUILD
tensorstore/index_space/add_new_dims_op_test.cc
tensorstore/index_space/alignment.cc
tensorstore/index_space/alignment.h
tensorstore/index_space/alignment_test.cc
tensorstore/index_space/compose_transforms_test.cc
tensorstore/index_space/deep_copy_transform_rep_ptr_test.cc
tensorstore/index_space/diagonal_op_test.cc
tensorstore/index_space/dim_expression.h
tensorstore/index_space/dim_expression_nc_test.cc
tensorstore/index_space/dimension_identifier.cc
tensorstore/index_space/dimension_identifier.h
tensorstore/index_space/dimension_identifier_test.cc
tensorstore/index_space/dimension_index_buffer.h
tensorstore/index_space/dimension_selection_test.cc
tensorstore/index_space/get_output_range_test.cc
tensorstore/index_space/identity_transform_test.cc
tensorstore/index_space/index_array_slice_op_test.cc
tensorstore/index_space/index_transform.cc
tensorstore/index_space/index_transform.h
tensorstore/index_space/index_transform_builder.cc
tensorstore/index_space/index_transform_builder.h
tensorstore/index_space/index_transform_builder_test.cc
tensorstore/index_space/index_transform_spec.cc
tensorstore/index_space/index_transform_spec.h
tensorstore/index_space/index_transform_spec_test.cc
tensorstore/index_space/index_transform_test.cc
tensorstore/index_space/index_vector_or_scalar.cc
tensorstore/index_space/index_vector_or_scalar.h
tensorstore/index_space/index_vector_or_scalar_test.cc
tensorstore/index_space/interval_slice_op_test.cc
tensorstore/index_space/inverse_transform_test.cc
tensorstore/index_space/iterate_benchmark_test.cc
tensorstore/index_space/iterate_nc_test.cc
tensorstore/index_space/iterate_test.cc
tensorstore/index_space/json.cc
tensorstore/index_space/json.h
tensorstore/index_space/json_test.cc
tensorstore/index_space/label_op_test.cc
tensorstore/index_space/mark_explicit_op_test.cc
tensorstore/index_space/move_to_op_test.cc
tensorstore/index_space/output_index_map.h
tensorstore/index_space/output_index_map_test.cc
tensorstore/index_space/output_index_method.h
tensorstore/index_space/propagate_bounds_test.cc
tensorstore/index_space/propagate_input_domain_resize_to_output_test.cc
tensorstore/index_space/single_index_slice_op_test.cc
tensorstore/index_space/slice_by_index_domain_test.cc
tensorstore/index_space/transform_array_constraints.h
tensorstore/index_space/transform_array_constraints_test.cc
tensorstore/index_space/transform_array_test.cc
tensorstore/index_space/transform_rep_test.cc
tensorstore/index_space/transformed_array.cc
tensorstore/index_space/transformed_array.h
tensorstore/index_space/transformed_array_test.cc
tensorstore/index_space/translate_op_test.cc
tensorstore/index_space/transpose_op_test.cc
tensorstore/index_space/transpose_to_op_test.cc
tensorstore/index_space/internal/add_new_dims_op.cc
tensorstore/index_space/internal/add_new_dims_op.h
tensorstore/index_space/internal/compose_transforms.cc
tensorstore/index_space/internal/compose_transforms.h
tensorstore/index_space/internal/deep_copy_transform_rep_ptr.h
tensorstore/index_space/internal/diagonal_op.cc
tensorstore/index_space/internal/diagonal_op.h
tensorstore/index_space/internal/dim_expression_helper.h
tensorstore/index_space/internal/dim_expression_testutil.h
tensorstore/index_space/internal/dimension_selection.cc
tensorstore/index_space/internal/dimension_selection.h
tensorstore/index_space/internal/identity_transform.cc
tensorstore/index_space/internal/identity_transform.h
tensorstore/index_space/internal/index_array_slice_op.cc
tensorstore/index_space/internal/index_array_slice_op.h
tensorstore/index_space/internal/interval_slice_op.cc
tensorstore/index_space/internal/interval_slice_op.h
tensorstore/index_space/internal/inverse_transform.cc
tensorstore/index_space/internal/inverse_transform.h
tensorstore/index_space/internal/iterate.cc
tensorstore/index_space/internal/iterate_impl.h
tensorstore/index_space/internal/label_op.cc
tensorstore/index_space/internal/label_op.h
tensorstore/index_space/internal/mark_explicit_op.cc
tensorstore/index_space/internal/mark_explicit_op.h
tensorstore/index_space/internal/propagate_bounds.cc
tensorstore/index_space/internal/propagate_bounds.h
tensorstore/index_space/internal/single_index_slice_op.cc
tensorstore/index_space/internal/single_index_slice_op.h
tensorstore/index_space/internal/transform_array.cc
tensorstore/index_space/internal/transform_array.h
tensorstore/index_space/internal/transform_rep.cc
tensorstore/index_space/internal/transform_rep.h
tensorstore/index_space/internal/transform_rep_impl.h
tensorstore/index_space/internal/transformed_array_impl.h
tensorstore/index_space/internal/translate_op.cc
tensorstore/index_space/internal/translate_op.h
tensorstore/index_space/internal/transpose_op.cc
tensorstore/index_space/internal/transpose_op.h
tensorstore/internal/BUILD
tensorstore/internal/arena.h
tensorstore/internal/arena_test.cc
tensorstore/internal/async_storage_backed_cache.cc
tensorstore/internal/async_storage_backed_cache.h
tensorstore/internal/async_storage_backed_cache_impl.h
tensorstore/internal/async_storage_backed_cache_test.cc
tensorstore/internal/attributes.h
tensorstore/internal/bit_operations.h
tensorstore/internal/bit_operations_test.cc
tensorstore/internal/box_difference.cc
tensorstore/internal/box_difference.h
tensorstore/internal/box_difference_test.cc
tensorstore/internal/cache.cc
tensorstore/internal/cache.h
tensorstore/internal/cache_impl.h
tensorstore/internal/cache_key.h
tensorstore/internal/cache_pool_limits.h
tensorstore/internal/cache_pool_resource.cc
tensorstore/internal/cache_pool_resource.h
tensorstore/internal/cache_pool_resource_test.cc
tensorstore/internal/cache_test.cc
tensorstore/internal/chunk_cache.cc
tensorstore/internal/chunk_cache.h
tensorstore/internal/chunk_cache_benchmark_test.cc
tensorstore/internal/chunk_cache_test.cc
tensorstore/internal/compressed_pair.h
tensorstore/internal/compressed_pair_test.cc
tensorstore/internal/concurrency_resource.cc
tensorstore/internal/concurrency_resource.h
tensorstore/internal/concurrency_resource_provider.h
tensorstore/internal/concurrent_testutil.h
tensorstore/internal/container_to_shared.h
tensorstore/internal/container_to_shared_test.cc
tensorstore/internal/context_binding.h
tensorstore/internal/data_copy_concurrency_resource.cc
tensorstore/internal/data_copy_concurrency_resource.h
tensorstore/internal/data_type_endian_conversion.cc
tensorstore/internal/data_type_endian_conversion.h
tensorstore/internal/data_type_endian_conversion_test.cc
tensorstore/internal/data_type_json_binder.cc
tensorstore/internal/data_type_json_binder.h
tensorstore/internal/data_type_json_binder_test.cc
tensorstore/internal/data_type_random_generator.cc
tensorstore/internal/data_type_random_generator.h
tensorstore/internal/decoded_matches.cc
tensorstore/internal/decoded_matches.h
tensorstore/internal/decoded_matches_test.cc
tensorstore/internal/element_copy_function.h
tensorstore/internal/elementwise_function.h
tensorstore/internal/elementwise_function_test.cc
tensorstore/internal/endian_elementwise_conversion.h
tensorstore/internal/env.cc
tensorstore/internal/env.h
tensorstore/internal/env_test.cc
tensorstore/internal/exception_macros.h
tensorstore/internal/file_io_concurrency_resource.cc
tensorstore/internal/file_io_concurrency_resource.h
tensorstore/internal/gdb_scripting.h
tensorstore/internal/grid_partition.cc
tensorstore/internal/grid_partition.h
tensorstore/internal/grid_partition_impl.cc
tensorstore/internal/grid_partition_impl.h
tensorstore/internal/grid_partition_impl_test.cc
tensorstore/internal/grid_partition_test.cc
tensorstore/internal/half_gtest.h
tensorstore/internal/integer_overflow.h
tensorstore/internal/integer_overflow_test.cc
tensorstore/internal/integer_types.h
tensorstore/internal/intrusive_linked_list.h
tensorstore/internal/intrusive_linked_list_test.cc
tensorstore/internal/intrusive_ptr.h
tensorstore/internal/intrusive_ptr_test.cc
tensorstore/internal/json.cc
tensorstore/internal/json.h
tensorstore/internal/json_array.cc
tensorstore/internal/json_array.h
tensorstore/internal/json_array_test.cc
tensorstore/internal/json_bindable.h
tensorstore/internal/json_fwd.h
tensorstore/internal/json_gtest.h
tensorstore/internal/json_object_with_type.cc
tensorstore/internal/json_object_with_type.h
tensorstore/internal/json_object_with_type_test.cc
tensorstore/internal/json_pprint_python.cc
tensorstore/internal/json_pprint_python.h
tensorstore/internal/json_pprint_python_test.cc
tensorstore/internal/json_registry.h
tensorstore/internal/json_registry_fwd.h
tensorstore/internal/json_registry_impl.cc
tensorstore/internal/json_registry_impl.h
tensorstore/internal/json_registry_test.cc
tensorstore/internal/json_test.cc
tensorstore/internal/log_message.cc
tensorstore/internal/log_message.h
tensorstore/internal/logging.h
tensorstore/internal/masked_array.cc
tensorstore/internal/masked_array.h
tensorstore/internal/masked_array_test.cc
tensorstore/internal/masked_array_testutil.cc
tensorstore/internal/masked_array_testutil.h
tensorstore/internal/memory.h
tensorstore/internal/meta.h
tensorstore/internal/meta_test.cc
tensorstore/internal/multi_vector.h
tensorstore/internal/multi_vector_impl.h
tensorstore/internal/multi_vector_test.cc
tensorstore/internal/multi_vector_view.h
tensorstore/internal/multi_vector_view_test.cc
tensorstore/internal/mutex.h
tensorstore/internal/nditerable.cc
tensorstore/internal/nditerable.h
tensorstore/internal/nditerable_array.cc
tensorstore/internal/nditerable_array.h
tensorstore/internal/nditerable_array_test.cc
tensorstore/internal/nditerable_array_util.h
tensorstore/internal/nditerable_buffer_management.h
tensorstore/internal/nditerable_copy.cc
tensorstore/internal/nditerable_copy.h
tensorstore/internal/nditerable_copy_test.cc
tensorstore/internal/nditerable_data_type_conversion.cc
tensorstore/internal/nditerable_data_type_conversion.h
tensorstore/internal/nditerable_data_type_conversion_test.cc
tensorstore/internal/nditerable_elementwise_input_transform.cc
tensorstore/internal/nditerable_elementwise_input_transform.h
tensorstore/internal/nditerable_elementwise_input_transform_test.cc
tensorstore/internal/nditerable_elementwise_output_transform.cc
tensorstore/internal/nditerable_elementwise_output_transform.h
tensorstore/internal/nditerable_elementwise_output_transform_test.cc
tensorstore/internal/nditerable_transformed_array.cc
tensorstore/internal/nditerable_transformed_array.h
tensorstore/internal/nditerable_transformed_array_test.cc
tensorstore/internal/nditerable_util.cc
tensorstore/internal/nditerable_util.h
tensorstore/internal/nditerable_util_test.cc
tensorstore/internal/no_destructor.h
tensorstore/internal/no_destructor_test.cc
tensorstore/internal/non_compile_bypass.h
tensorstore/internal/os_error_code.cc
tensorstore/internal/os_error_code.h
tensorstore/internal/parse_json_matches.cc
tensorstore/internal/parse_json_matches.h
tensorstore/internal/parse_json_matches_test.cc
tensorstore/internal/path.cc
tensorstore/internal/path.h
tensorstore/internal/path_test.cc
tensorstore/internal/poly.cc
tensorstore/internal/poly.h
tensorstore/internal/poly_impl.h
tensorstore/internal/poly_test.cc
tensorstore/internal/preprocessor.h
tensorstore/internal/queue_testutil.h
tensorstore/internal/retry.cc
tensorstore/internal/retry.h
tensorstore/internal/retry_test.cc
tensorstore/internal/source_location.h
tensorstore/internal/string_like.h
tensorstore/internal/string_like_test.cc
tensorstore/internal/tagged_ptr.h
tensorstore/internal/tagged_ptr_test.cc
tensorstore/internal/test_util.cc
tensorstore/internal/test_util.h
tensorstore/internal/thread_pool.cc
tensorstore/internal/thread_pool.h
tensorstore/internal/thread_pool_test.cc
tensorstore/internal/type_traits.h
tensorstore/internal/type_traits_test.cc
tensorstore/internal/unique_with_intrusive_allocator.h
tensorstore/internal/unique_with_intrusive_allocator_test.cc
tensorstore/internal/unowned_to_shared.h
tensorstore/internal/utf8.cc
tensorstore/internal/utf8.h
tensorstore/internal/utf8_test.cc
tensorstore/internal/void_wrapper.h
tensorstore/internal/void_wrapper_test.cc
tensorstore/internal/compression/BUILD
tensorstore/internal/compression/blosc.cc
tensorstore/internal/compression/blosc.h
tensorstore/internal/compression/blosc_compressor.h
tensorstore/internal/compression/blosc_test.cc
tensorstore/internal/compression/bzip2.cc
tensorstore/internal/compression/bzip2.h
tensorstore/internal/compression/bzip2_compressor.h
tensorstore/internal/compression/bzip2_test.cc
tensorstore/internal/compression/jpeg.cc
tensorstore/internal/compression/jpeg.h
tensorstore/internal/compression/jpeg_test.cc
tensorstore/internal/compression/json_specified_compressor.cc
tensorstore/internal/compression/json_specified_compressor.h
tensorstore/internal/compression/lzma.cc
tensorstore/internal/compression/lzma.h
tensorstore/internal/compression/lzma_test.cc
tensorstore/internal/compression/neuroglancer_compressed_segmentation.cc
tensorstore/internal/compression/neuroglancer_compressed_segmentation.h
tensorstore/internal/compression/neuroglancer_compressed_segmentation_test.cc
tensorstore/internal/compression/xz_compressor.h
tensorstore/internal/compression/zlib.cc
tensorstore/internal/compression/zlib.h
tensorstore/internal/compression/zlib_compressor.h
tensorstore/internal/compression/zlib_test.cc
tensorstore/internal/http/BUILD
tensorstore/internal/http/curl_handle.cc
tensorstore/internal/http/curl_handle.h
tensorstore/internal/http/curl_request.cc
tensorstore/internal/http/curl_request.h
tensorstore/internal/http/curl_request_builder.cc
tensorstore/internal/http/curl_request_builder.h
tensorstore/internal/http/curl_request_builder_test.cc
tensorstore/internal/http/http_response.cc
tensorstore/internal/http/http_response.h
tensorstore/internal/http/http_response_test.cc
tensorstore/internal/oauth2/BUILD
tensorstore/internal/oauth2/auth_provider.cc
tensorstore/internal/oauth2/auth_provider.h
tensorstore/internal/oauth2/fixed_token_auth_provider.cc
tensorstore/internal/oauth2/fixed_token_auth_provider.h
tensorstore/internal/oauth2/fixed_token_auth_provider_test.cc
tensorstore/internal/oauth2/gce_auth_provider.cc
tensorstore/internal/oauth2/gce_auth_provider.h
tensorstore/internal/oauth2/gce_auth_provider_test.cc
tensorstore/internal/oauth2/google_auth_provider.cc
tensorstore/internal/oauth2/google_auth_provider.h
tensorstore/internal/oauth2/google_auth_provider_test.cc
tensorstore/internal/oauth2/google_service_account_auth_provider.cc
tensorstore/internal/oauth2/google_service_account_auth_provider.h
tensorstore/internal/oauth2/google_service_account_auth_provider_test.cc
tensorstore/internal/oauth2/oauth2_auth_provider.cc
tensorstore/internal/oauth2/oauth2_auth_provider.h
tensorstore/internal/oauth2/oauth2_auth_provider_test.cc
tensorstore/internal/oauth2/oauth_utils.cc
tensorstore/internal/oauth2/oauth_utils.h
tensorstore/internal/oauth2/oauth_utils_test.cc
tensorstore/kvstore/BUILD
tensorstore/kvstore/byte_range.cc
tensorstore/kvstore/byte_range.h
tensorstore/kvstore/byte_range_test.cc
tensorstore/kvstore/generation.cc
tensorstore/kvstore/generation.h
tensorstore/kvstore/generation_test.cc
tensorstore/kvstore/generation_testutil.h
tensorstore/kvstore/index.rst
tensorstore/kvstore/key_value_store.cc
tensorstore/kvstore/key_value_store.h
tensorstore/kvstore/key_value_store_test.cc
tensorstore/kvstore/key_value_store_testutil.cc
tensorstore/kvstore/key_value_store_testutil.h
tensorstore/kvstore/registry.h
tensorstore/kvstore/schema.yml
tensorstore/kvstore/file/BUILD
tensorstore/kvstore/file/file_key_value_store.cc
tensorstore/kvstore/file/file_key_value_store_test.cc
tensorstore/kvstore/file/index.rst
tensorstore/kvstore/file/posix_file_util.cc
tensorstore/kvstore/file/posix_file_util.h
tensorstore/kvstore/file/schema.yml
tensorstore/kvstore/file/unique_handle.h
tensorstore/kvstore/file/windows_file_util.cc
tensorstore/kvstore/file/windows_file_util.h
tensorstore/kvstore/gcs/BUILD
tensorstore/kvstore/gcs/gcs_key_value_store.cc
tensorstore/kvstore/gcs/gcs_key_value_store_test.cc
tensorstore/kvstore/gcs/gcs_mock.cc
tensorstore/kvstore/gcs/gcs_mock.h
tensorstore/kvstore/gcs/index.rst
tensorstore/kvstore/gcs/object_metadata.cc
tensorstore/kvstore/gcs/object_metadata.h
tensorstore/kvstore/gcs/object_metadata_test.cc
tensorstore/kvstore/gcs/schema.yml
tensorstore/kvstore/memory/BUILD
tensorstore/kvstore/memory/memory_key_value_store.cc
tensorstore/kvstore/memory/memory_key_value_store.h
tensorstore/kvstore/memory/memory_key_value_store_test.cc
tensorstore/util/BUILD
tensorstore/util/assert_macros.h
tensorstore/util/assert_macros_test.cc
tensorstore/util/bit_span.h
tensorstore/util/bit_span_test.cc
tensorstore/util/bit_vec.h
tensorstore/util/bit_vec_impl.cc
tensorstore/util/bit_vec_impl.h
tensorstore/util/bit_vec_test.cc
tensorstore/util/byte_strided_pointer.h
tensorstore/util/byte_strided_pointer_test.cc
tensorstore/util/collecting_sender.h
tensorstore/util/collecting_sender_test.cc
tensorstore/util/constant_bit_vector.h
tensorstore/util/constant_bit_vector_test.cc
tensorstore/util/constant_vector.cc
tensorstore/util/constant_vector.h
tensorstore/util/constant_vector_test.cc
tensorstore/util/default_iteration_result.h
tensorstore/util/default_iteration_result_test.cc
tensorstore/util/division.h
tensorstore/util/division_test.cc
tensorstore/util/element_pointer.cc
tensorstore/util/element_pointer.h
tensorstore/util/element_pointer_test.cc
tensorstore/util/element_traits.h
tensorstore/util/element_traits_test.cc
tensorstore/util/endian.h
tensorstore/util/execution.h
tensorstore/util/executor.h
tensorstore/util/executor_test.cc
tensorstore/util/extents.h
tensorstore/util/extents_test.cc
tensorstore/util/function_view.h
tensorstore/util/function_view_test.cc
tensorstore/util/future.cc
tensorstore/util/future.h
tensorstore/util/future_impl.h
tensorstore/util/future_sender_test.cc
tensorstore/util/future_test.cc
tensorstore/util/iterate.cc
tensorstore/util/iterate.h
tensorstore/util/iterate_over_index_range.h
tensorstore/util/iterate_over_index_range_test.cc
tensorstore/util/iterate_test.cc
tensorstore/util/quote_string.cc
tensorstore/util/quote_string.h
tensorstore/util/quote_string_test.cc
tensorstore/util/result.h
tensorstore/util/result_impl.h
tensorstore/util/result_nc_test.cc
tensorstore/util/result_sender_test.cc
tensorstore/util/result_test.cc
tensorstore/util/result_util.h
tensorstore/util/result_util_test.cc
tensorstore/util/sender.h
tensorstore/util/sender_test.cc
tensorstore/util/sender_testutil.h
tensorstore/util/span.h
tensorstore/util/span_json.h
tensorstore/util/span_json_test.cc
tensorstore/util/span_test.cc
tensorstore/util/status.cc
tensorstore/util/status.h
tensorstore/util/status_test.cc
tensorstore/util/status_testutil.cc
tensorstore/util/status_testutil.h
tensorstore/util/sync_flow_sender.h
tensorstore/util/sync_flow_sender_test.cc
tensorstore/util/to_string.h
tensorstore/util/to_string_test.cc
tensorstore/util/utf8_string.h
tensorstore/util/internal/iterate.h
tensorstore/util/internal/iterate_impl.h
third_party/BUILD.bazel
third_party/repo.bzl
third_party/com_facebook_zstd/bundled.BUILD.bazel
third_party/com_facebook_zstd/system.BUILD.bazel
third_party/com_facebook_zstd/workspace.bzl
third_party/com_github_nlohmann_json/bundled.BUILD.bazel
third_party/com_github_nlohmann_json/workspace.bzl
third_party/com_github_pybind_pybind11/bundled.BUILD.bazel
third_party/com_github_pybind_pybind11/workspace.bzl
third_party/com_google_absl/hashtablez_sampler_win32_fix.diff
third_party/com_google_absl/workspace.bzl
third_party/com_google_benchmark/workspace.bzl
third_party/com_google_boringssl/system.BUILD.bazel
third_party/com_google_boringssl/workspace.bzl
third_party/com_google_googletest/workspace.bzl
third_party/com_google_snappy/bundled.BUILD.bazel
third_party/com_google_snappy/system.BUILD.bazel
third_party/com_google_snappy/workspace.bzl
third_party/jpeg/bundled.BUILD.bazel
third_party/jpeg/system.BUILD.bazel
third_party/jpeg/workspace.bzl
third_party/nasm/bundled.BUILD.bazel
third_party/nasm/system.BUILD.bazel
third_party/nasm/workspace.bzl
third_party/net_sourceforge_half/bundled.BUILD.bazel
third_party/net_sourceforge_half/workspace.bzl
third_party/net_zlib/bundled.BUILD.bazel
third_party/net_zlib/system.BUILD.bazel
third_party/net_zlib/workspace.bzl
third_party/org_blosc_cblosc/bundled.BUILD.bazel
third_party/org_blosc_cblosc/system.BUILD.bazel
third_party/org_blosc_cblosc/workspace.bzl
third_party/org_lz4/bundled.BUILD.bazel
third_party/org_lz4/system.BUILD.bazel
third_party/org_lz4/workspace.bzl
third_party/org_sourceware_bzip2/bundled.BUILD.bazel
third_party/org_sourceware_bzip2/system.BUILD.bazel
third_party/org_sourceware_bzip2/workspace.bzl
third_party/org_tukaani_xz/bundled.BUILD.bazel
third_party/org_tukaani_xz/system.BUILD.bazel
third_party/org_tukaani_xz/workspace.bzl
third_party/pypa/generate_pypa_directory.py
third_party/pypa/absl_py/workspace.bzl
third_party/pypa/alabaster/workspace.bzl
third_party/pypa/argh/workspace.bzl
third_party/pypa/atomicwrites/workspace.bzl
third_party/pypa/attrs/workspace.bzl
third_party/pypa/babel/workspace.bzl
third_party/pypa/backcall/workspace.bzl
third_party/pypa/certifi/workspace.bzl
third_party/pypa/chardet/workspace.bzl
third_party/pypa/decorator/workspace.bzl
third_party/pypa/docutils/workspace.bzl
third_party/pypa/idna/workspace.bzl
third_party/pypa/imagesize/workspace.bzl
third_party/pypa/importlib_metadata/workspace.bzl
third_party/pypa/ipython/workspace.bzl
third_party/pypa/ipython_genutils/workspace.bzl
third_party/pypa/jedi/workspace.bzl
third_party/pypa/jinja2/workspace.bzl
third_party/pypa/jsonpointer/workspace.bzl
third_party/pypa/jsonschema/workspace.bzl
third_party/pypa/livereload/workspace.bzl
third_party/pypa/markupsafe/workspace.bzl
third_party/pypa/more_itertools/workspace.bzl
third_party/pypa/numpy/workspace.bzl
third_party/pypa/packaging/workspace.bzl
third_party/pypa/parso/workspace.bzl
third_party/pypa/pathtools/workspace.bzl
third_party/pypa/pexpect/workspace.bzl
third_party/pypa/pickleshare/workspace.bzl
third_party/pypa/pluggy/workspace.bzl
third_party/pypa/port_for/workspace.bzl
third_party/pypa/prompt_toolkit/workspace.bzl
third_party/pypa/ptyprocess/workspace.bzl
third_party/pypa/py/workspace.bzl
third_party/pypa/pygments/workspace.bzl
third_party/pypa/pyparsing/workspace.bzl
third_party/pypa/pyrsistent/workspace.bzl
third_party/pypa/pytest/workspace.bzl
third_party/pypa/pytest_asyncio/workspace.bzl
third_party/pypa/pytz/workspace.bzl
third_party/pypa/pyyaml/workspace.bzl
third_party/pypa/requests/workspace.bzl
third_party/pypa/setuptools/workspace.bzl
third_party/pypa/six/workspace.bzl
third_party/pypa/snowballstemmer/workspace.bzl
third_party/pypa/sphinx/workspace.bzl
third_party/pypa/sphinx_autobuild/workspace.bzl
third_party/pypa/sphinx_rtd_theme/workspace.bzl
third_party/pypa/sphinxcontrib_applehelp/workspace.bzl
third_party/pypa/sphinxcontrib_devhelp/workspace.bzl
third_party/pypa/sphinxcontrib_htmlhelp/workspace.bzl
third_party/pypa/sphinxcontrib_jsmath/workspace.bzl
third_party/pypa/sphinxcontrib_qthelp/workspace.bzl
third_party/pypa/sphinxcontrib_serializinghtml/workspace.bzl
third_party/pypa/tornado/workspace.bzl
third_party/pypa/traitlets/workspace.bzl
third_party/pypa/urllib3/workspace.bzl
third_party/pypa/watchdog/workspace.bzl
third_party/pypa/wcwidth/workspace.bzl
third_party/pypa/wheel/workspace.bzl
third_party/pypa/zipp/workspace.bzl
third_party/python/BUILD.tpl
third_party/python/python_configure.bzl
third_party/se_haxx_curl/bundled.BUILD.bazel
third_party/se_haxx_curl/system.BUILD.bazel
third_party/se_haxx_curl/workspace.bzl
tools/docs/BUILD.bazel
tools/docs/build_docs.py
tools/docs/json_pprint.py
tools/docs/tensorstore_autosummary.py
tools/docs/tensorstore_jsonschema_sphinx.py
tools/docs/update_doctests.py
tools/python-manylinux/README.md
tools/python-manylinux/build_wheels_inside_container.sh
tools/python-manylinux/build_wheels_manylinux2014_x86_64.sh
tools/python-manylinux/manylinux2014_x86_64/Dockerfile