Skip to content

feat: lazy vectors #672

@ivokub

Description

@ivokub

Currently we have defined vectors as []Element. However, for large vectors this introduces significant memory overhead of needing to store millions of elements in memory. In many use cases we could instead avoid reading everything into memory and compute the result in a streaming manner. For example, we could apply this to MSM where we could compute the partial MSMs and then aggregate the results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    consolidatestrengthen an existing featureperf

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions