About Anaconda Help Download Anaconda

Arrays of numbers for Python, optimized for small sizes

copied from cf-staging / tinyarray

Installers

Info: This package contains files in non-standard labels.
  • osx-64 v1.2.4
  • win-64 v1.2.4
  • linux-64 v1.2.4
  • win-32 v1.2.0
  • osx-arm64 v1.2.4

conda install

To install this package run one of the following:
conda install conda-forge::tinyarray
conda install conda-forge/label/cf201901::tinyarray
conda install conda-forge/label/cf202003::tinyarray
conda install conda-forge/label/gcc7::tinyarray

Description

Tinyarrays are similar to NumPy arrays, but optimized for small sizes. Common operations on very small arrays are to 3-7 times faster than with NumPy (with NumPy 1.6 it used to be up to 35 times), and 3 times less memory is used to store them. Tinyarrays are useful if you need many small arrays of numbers, and cannot combine them into a few large ones.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy