LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: memoization

Browse skills that share this tag.

  • salsa - Incremental computation framework for Rust
    rustsalsaincremental-computationmemoization

    ★ 49 · Updated 2026-09-21

    Provides concepts and design patterns for building incremental computation systems with Salsa in Rust.

    ⚙ Define inputs and tracked functions⚙ Track execution dependencies automatically⚙ Memoize function call results
  • testing-assistant-conversations - Test assistant conversations and blueprints
    testingassistantblueprintLLM

    ★ 523 · Updated 2026-03-23

    Test assistant conversations, agents, and blueprints using AssistantTestLayer and memoized LLM fixtures.

    ⚙ create test layer⚙ register types⚙ invoke functions
  • caching-utilities - Caching Utilities for Python Functions
    cachingmemoizationoptimizationpython

    ★ 602 · Updated 2026-03-09

    Guide for using caching utilities including memory, disk, and hybrid caching for sync and async functions

    ⚙ Apply memoization to functions⚙ Cache results to memory⚙ Cache results to disk
  • rerender-memo - Extract Expensive React Components into Memoized Components
    Reactperformanceoptimizationmemoization

    ★ 602 · Updated 2026-02-12

    Extract expensive computations into React.memo components to avoid unnecessary re-renders

    ⚙ extract components with React.memo⚙ wrap expensive computations in memo⚙ skip computations on unchanged props