CMD + K

tinyarray

Community

Arrays of numbers for Python, optimized for small sizes

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::tinyarray

Usage Tracking

1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
5 / 8 versions selected
Downloads (Last 6 months): 0

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.

About

Summary

Arrays of numbers for Python, optimized for small sizes

Last Updated

Jul 28, 2025 at 07:47

License

BSD-2-Clause

Total Downloads

411.4K

Supported Platforms

macOS-arm64
macOS-64
win-64
linux-64

Unsupported Platforms

win-32 Last supported version: 1.2.0