Skip to content

Reduce nested loops in subgraph mappings #180

@rickstaa

Description

@rickstaa

Some subgraph mappings use nested loops (e.g. roundsManager.ts broadcaster tracking). While functional today, nested iteration in mappings can become expensive as data grows and may impact indexing performance:

Goal: Refactor mapping logic to avoid nested loops by using more efficient data structures or indexing strategies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech debtChores, performance improvements, etc

    Type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions