Skip to content

Global Merklization Cache #142

@ghost

Description

Labels: cache, state-root, performance

Summary:
Introduce a Merklization Cache to support fast state root generation. Cache maintains Merkle node updates for world state and frequently accessed contracts. Cache reads are concurrent; writes and updates are asynchronous.

Subtasks:

  • Implement thread-safe Merkle cache engine.
  • Integrate with parallel state root calculation.
  • Enable LRU-based eviction and async loading fallback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions