Path to this page:
./
wip/py-tinyarray,
Arrays of numbers for Python, optimized for small sizes
Branch: CURRENT,
Version: 1.2.4,
Package name: py310-tinyarray-1.2.4,
Maintainer: jihbed.researchTinyarrays 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, 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. (The resulting code is still much slower than C,
but it may now be fast enough.)
Master sites:
Filesize: 37.09 KB
Version history: (Expand)
- (2023-02-13) Package has been reborn
- (2022-10-03) Updated to version: py310-tinyarray-1.2.4
- (2021-10-08) Updated to version: py39-tinyarray-1.2.2
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-09-14) Package added to pkgsrc.se, version py37-tinyarray-1.2.2 (created)