Skip to content

Global Merklization Cache #142

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions