Skip to main content

Virtual large arrays and lazy evaluation

Project description

Build Status

Virtual large arrays and lazy evaluation.

Design goals:

  • Keep the public interface compact.

  • Leverage standard Python syntax.

  • Avoid overloading behaviour.

  • Mimic NumPy when it doesn’t contradict the other goals.

Use cases:

  1. Extract a lazy subset of a lazy array.

  2. Extract a sequence of concrete slices from a lazy array.

    • MUST NOT make the full lazy array concrete.

  3. Stack a homogenous collection of lazy arrays to create a higher dimensional lazy array.

  4. Join a collection of compatible lazy arrays to create a larger lazy array of the same dimensionality.

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

Biggus-0.1.tar.gz (25.1 kB view hashes)

Uploaded Source

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