Skip to main content

a Python package that provides a lazily-evaluated numerical array class, larray, based on and compatible with NumPy arrays.

Project description

lazyarray is a Python package that provides a lazily-evaluated numerical array class, larray, based on and compatible with NumPy arrays.

Lazy evaluation means that any operations on the array (potentially including array construction) are not performed immediately, but are delayed until evaluation is specifically requested. Evaluation of only parts of the array is also possible.

Use of an larray can potentially save considerable computation time and memory in cases where:

  • arrays are used conditionally (i.e. there are cases in which the array is never used)

  • only parts of an array are used (for example in distributed computation, in which each MPI node operates on a subset of the elements of the array)

https://readthedocs.org/projects/lazyarray/badge/?version=latest https://travis-ci.org/NeuralEnsemble/lazyarray.svg?branch=master https://coveralls.io/repos/github/NeuralEnsemble/lazyarray/badge.svg?branch=master

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lazyarray-0.3.4.tar.gz (20.4 kB view details)

Uploaded Source

File details

Details for the file lazyarray-0.3.4.tar.gz.

File metadata

  • Download URL: lazyarray-0.3.4.tar.gz
  • Upload date:
  • Size: 20.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.3

File hashes

Hashes for lazyarray-0.3.4.tar.gz
Algorithm Hash digest
SHA256 357e80db7472c940ed3cab873544f2b7028f6ade8737adde2c91f91aeab2835a
MD5 ed03afa026689cc5cf992b195e10d49a
BLAKE2b-256 c105b25a6a6cbbda1412b17c081e31909b16b648935b2472fe6d04912f6570ce

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page