TensorStore is an open source C++ and Python library designed to store and manipulate large-scale multidimensional data. It includes the following features: Provides a unified API for reading and writing multiple array formats, including zarr and N5 Supports multiple storage systems, including Google Cloud storage, local and network file systems, HTTP servers, and in-memory storage support read/write caching and transactions, with strong atomicity, isolation, consistency, and durability (ACID) guarantees through concurrency, support from multiple processes and Safe, efficient access to machines provides an asynchronous API for high-throughput access,… |
#Library #TensorStore #reading #writing #large #multidimensional #arrays