Skip to content

Implement DB Commit Inside the Batch Processor #56

@thomas-quadratic

Description

@thomas-quadratic

Description

Currently, the batch processor gathers all dirty nodes and process them for crypto-commitments and hashing.
However, persisting in the DB is done separately, meaning we need to climb the tree up again.
It would be more efficient to commit to the DB while processing batches.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions