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)

Documentation: http://lazyarray.readthedocs.org/

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.2.8.tar.gz (16.3 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: lazyarray-0.2.8.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lazyarray-0.2.8.tar.gz
Algorithm Hash digest
SHA256 aaee4e18117cc512de7a4e64522f37bc6f4bf125ecffdbdbf4e4e390fbdd9ba2
MD5 8e0072f0892b9fc0516e7048f96e9d74
BLAKE2b-256 f65c32eee3ac7356f21595fb1f9830b984478e6c0c2733c7c718a118d3dc1af3

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