Ross ROSS = Recommend OSS · open-source software intelligence for agents

google/tensorstore

Library for reading and writing large multi-dimensional arrays. observed · 2026-08-28

github.com/google/tensorstore · homepage · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2347
  • days_rel: n/a
  • days_push: 9
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1536 stars · 144 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

TensorStore is a C++ and Python library for reading and writing large multi-dimensional arrays with a uniform API across formats like zarr, N5, and Neuroglancer precomputed. It supports multiple storage backends (local filesystems, Google Cloud Storage, S3), asynchronous high-throughput access, caching, transactions with ACID guarantees, and safe concurrent access from multiple processes and machines.

Use cases

  • store and read large multi-dimensional arrays like image volumes or ML datasets
  • read and write zarr or N5 arrays from Python
  • access chunked array data on S3 or Google Cloud Storage
  • process large arrays concurrently from multiple machines safely
  • stream large arrays with high throughput over high-latency remote storage
  • apply composable indexing and virtual views to array data

When to choose

  • you need to store or manipulate very large n-dimensional arrays that exceed memory
  • you need a uniform API over multiple array storage formats and backends
  • you need transactional, consistent concurrent access to array data across processes or machines
  • you work in scientific computing, neuroimaging, or ML data pipelines with chunked array storage

When to avoid

  • you only need small in-memory arrays handled by NumPy or PyTorch tensors
  • you need a general-purpose relational or document database
  • you need tabular or dataframe storage rather than multi-dimensional arrays
  • you need a simple key-value store without array semantics

Facets

library · maturity active

database-driver serialization file-system caching concurrency data-science machine-learning big-data developer-tools cpp python windows cross-platform multi-dimensional-arrays zarr n5 tensor-storage object-storage acid-transactions scientific-computing data-engineering linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
google/tensorstoremain77

For agents

markdown · JSON · MCP: product_card(name="google/tensorstore")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem