xkcm solutions

developing software out of this world

xkcm solutions

My projects

< Go back to projects

Memento

Repository: https://github.com/xkcm/memento

Status: Maintained

About this project

Memento is a simple memoization library built with TypeScript.

This library supports:

  • memoizing both async and sync functions
  • invalidating memoized values
  • writing custom storage interfaces for storing memoized results

Read full documentation at xkcm.github.io/memento

Techstack

Library was created in TypeScript. Tests were written using vitest.