An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with memoize

A curated list of projects in awesome lists tagged with memoize .

https://github.com/alexreardon/memoize-one

A memoization library which only remembers the latest invocation

javascript memoization memoize performance

Last synced: 13 May 2025

https://github.com/developit/decko

:dash: The 3 most useful ES7 decorators: bind, debounce and memoize

debounce decorators memoization memoize throttle-calls

Last synced: 14 May 2025

https://github.com/shaypal5/cachier

Persistent, stale-free, local and cross-machine caching for Python functions.

cache cache-storage cachemanager caching decorator decorators memoization memoize mongodb pickle python

Last synced: 17 Aug 2025

https://github.com/python-cachier/cachier

Persistent, stale-free, local and cross-machine caching for Python functions.

cache cache-storage cachemanager caching decorator decorators memoization memoize mongodb pickle python

Last synced: 12 Dec 2025

https://github.com/thekashey/memoize-state

The magic memoization for the State management. ✨🧠

mapstatetoprops memoization memoization-library memoize performance proxy selector

Last synced: 12 Apr 2025

https://github.com/goldsborough/lru-cache

:dizzy: A feature complete LRU cache implementation in C++

cache data-structures lru-cache memoize server statistics

Last synced: 31 Jul 2025

https://github.com/melpon/memoize

A method caching macro for elixir using CAS on ETS.

cache elixir-lang memoize

Last synced: 18 Feb 2026

https://github.com/discord/use-memo-value

Reuse the previous version of a value unless it has changed

memoize react react-hooks

Last synced: 06 Apr 2025

https://github.com/thekashey/react-memoize

🧠 React memoization library we all deserve

memoize optimization react renderprops

Last synced: 25 Apr 2025

https://github.com/theKashey/react-memoize

🧠 React memoization library we all deserve

memoize optimization react renderprops

Last synced: 13 Mar 2025

https://github.com/kofalt/go-memoize

An easy, no-frills memoizer for Go. Cache your expensive function calls.

cache golang memoize

Last synced: 17 Jan 2026

https://github.com/aduth/memize

Unabashedly-barebones memoization library with an aim toward speed

cache memoization memoize

Last synced: 05 Apr 2025

https://github.com/marius311/memoization.jl

Easily and efficiently memoize any function, closure, or callable object in Julia.

julia memoize

Last synced: 18 Oct 2025

https://github.com/Andarist/react-selector-hooks

Collection of hook-based memoized selector factories for declarations outside of render.

hook hooks memoization memoize react reactjs reselect

Last synced: 16 Mar 2025

https://github.com/andarist/react-selector-hooks

Collection of hook-based memoized selector factories for declarations outside of render.

hook hooks memoization memoize react reactjs reselect

Last synced: 14 Apr 2025

https://github.com/thekashey/kashe

A memoization library based on weakmaps. 🤯 Sometimes cache is kashe

memoization memoize reselect weakmap

Last synced: 04 Apr 2025

https://github.com/bodigrim/chimera

Lazy infinite compact streams with cache-friendly O(1) indexing and applications for memoization

dynamic-programming infinite-stream lazy-streams memoization memoize recursive-functions

Last synced: 11 Dec 2025

https://github.com/delonnewman/invokable

Objects are functions! Treat any Object or Class as a Proc (like Enumerable but for Procs).

array composition curry currying functional-programming functions hash memoization memoize objects ruby ruby-gem ruby-lambda ruby-proc set

Last synced: 13 Apr 2025

https://github.com/roklenarcic/memento

Clojure Memoization project

clojure memoization memoize

Last synced: 14 Apr 2025

https://github.com/mishalzaman/memo_ttl

MemoTTL is a thread-safe memoization utility for Ruby that supports TTL (Time-To-Live) and LRU (Least Recently Used) eviction. It's designed for scenarios where memoized values should expire after a period and memory usage must be constrained.

gem lru memoize ruby ttl

Last synced: 13 May 2025

https://github.com/jonschlinkert/regex-not

Create a javascript regular expression for matching everything except for the given string.

javascript memoize negation nodejs not regex regular-expression

Last synced: 13 Apr 2025

https://github.com/alorel/typescript-lazy-get-decorator

Lazily evaluates a getter on an object and caches the returned value

cache decorator get getter lazy lazy-get lazy-getter memoise memoize typescript

Last synced: 14 Apr 2025

https://github.com/phoet/memo-it

:inbox_tray: :outbox_tray: simple yet clever memoization helper with parameter support

memoization memoize ruby

Last synced: 09 Apr 2025

https://github.com/simone-sanfratello/fastify-peekaboo

fastify plugin for memoizing responses by expressive settings

cache fastify-plugin memoize nodejs

Last synced: 30 Apr 2025

https://github.com/motoki317/sc

A simple generic in-memory caching layer

cache caching generics go golang memoization memoize

Last synced: 09 Apr 2025

https://github.com/transitive-bullshit/p-cache

Decorator to memoize the results of async functions via lru-cache.

async cache memoize memoize-decorator promise

Last synced: 15 Jun 2025

https://github.com/h2non/hu

Small, generic functional helper library for node.js and browsers

clojure clojurescript curry functional-programming javascript memoize wisp

Last synced: 13 Apr 2025

https://github.com/rikudousage/symfonymemoizebundle

Symfony bundle for class/method memoization

memoization memoize memoize-decorator php php8 php81

Last synced: 09 Apr 2025

https://github.com/howprogrammingworks/memoization

Memoization of synchronous and asynchronous functions

cache function functional-programming javascript js memoization memoize node nodejs

Last synced: 07 May 2025

https://github.com/feross/memo-async-lru

Memoize Node.js style callback-last functions, using an in-memory LRU store

browser browserify callback javascript lru lru-cache memoize nodejs

Last synced: 13 Sep 2025

https://github.com/metio/memoization.java

Java memoization library

cache java memoization memoize

Last synced: 30 Jul 2025

https://github.com/agkloop/go_memoize

Golang high performant functional Memoize

fnv-1a functional golang high-performance memoize ttl-cache zero-allocation

Last synced: 07 Aug 2025

https://github.com/pasaopasen/mathclasses

Set of simple mathematical classes in C# (Vectors, Matrixes, Polynoms, Systems of linear equations, Integrals methods, Complex numbers, Rational numbers, Graphs, Methods for solving differential equations) + some features such as memoize (function values memorising)

approximation-algorithms complex-functions complex-number complex-numbers csharp-maths graphs integral interpolation-methods linear-equations linear-programming linear-regression maths matrixes memoize nuget-package optimization-algorithms polynoms rational-numbers swarm vectors

Last synced: 08 Sep 2025

https://github.com/blakeembrey/decorator-cache-getter

Simple decorator for caching getters on first access

cache getter memoize typescript

Last synced: 14 Oct 2025

https://github.com/starryinternet/map-memo

Generic memoization with Map and WeakMap

javascript memoization memoize weakmap

Last synced: 08 Mar 2026

https://github.com/umarbutler/persist-cache

An easy-to-use Python library for lightning-fast persistent function caching.

cache caching function-caching functions memoization memoize optimization performance python

Last synced: 11 Apr 2025

https://github.com/elmassimo/pakiderm

🐘 Pakiderm will never forget the return value

memoization memoize ruby

Last synced: 07 Oct 2025

https://github.com/shawncplus/memoization-behavior

Polymer behavior adding memoization helpers

caching memoize polymer

Last synced: 19 Jan 2026

https://github.com/kouhin/redux-memoize

Memoize action creator for redux, and let you dispatch common/thunk/promise/async action whenever you want to, without worrying about duplication

memoize middleware react redux

Last synced: 10 Mar 2026

https://github.com/ahmetilhn/memofy

Prevents re-execution of large javascript functions that have been processed once with the same parameter.

cache cacheable function memo memofy memoization-helper memoize optimization performance usememo-hook

Last synced: 30 Jul 2025

https://github.com/ElMassimo/pakiderm

🐘 Pakiderm will never forget the return value

memoization memoize ruby

Last synced: 16 Jul 2025

https://github.com/marmelo/chili

Chili is a collection of Java annotations that simplify common tasks.

annotations cache dependency-injection guice java log memoize timeout

Last synced: 05 May 2025

https://github.com/blakeembrey/decorator-memoize-one

Simple decorator for caching the result of a function based on the most recent arguments

cache decorator memoize memoize-decorator memoize-one

Last synced: 12 May 2025

https://github.com/rutledgepaulv/defcash

A macro combining core.memoize and clojure.core/defn

cache clojure macro memoize

Last synced: 19 Oct 2025

https://github.com/strainer/fencache.js

A useful kind of javascript function memoizer

calculations javascript math memoization-helper memoize storage

Last synced: 12 Apr 2025

https://github.com/ggrandes/memoizer

Agnostic Cache in Java. If you call the function again with the same arguments, memoize return value out from cache, instead of compute again.

cache java memoize

Last synced: 14 Jan 2026

https://github.com/olegnn/fun-memoize

Memoization library for modern JavaScript

fast immutable memoization memoize memoize-selector

Last synced: 23 Apr 2025

https://github.com/simphotonics/lazy_memo

Lazy variables that can be re-initialized and memoized functions for Dart.

cache dart2 lazy-initialization memoize null-safety

Last synced: 09 Apr 2025

https://github.com/compulim/memoize-one-with-dispose

A memoization function with cache of one and disposing function

memoize

Last synced: 10 Apr 2025

https://github.com/spoorn/nemoize

Python Memoizer for classes, functions, and methods

cache decorator decorators decorators-python memoize memoize-decorator memoized memoizer python python3

Last synced: 30 Apr 2025

https://github.com/kaankucukx/nestjs-memoize-endpoint

A NestJS decorator that memoizes endpoint results based on the given parameters, improving performance and response times.

api cache caching database decorator endpoint load memoize memory nestjs optimization performance pod server time ttl

Last synced: 28 Oct 2025

https://github.com/huntfx/supercache

Easy to use caching for functions and methods.

cache caching memoization memoize memoize-decorator pypi pypi-package python

Last synced: 19 Mar 2025

https://github.com/ckoliber/memoizor

TypeScript memoize library

cache decorator memoize optimization typescript

Last synced: 07 Mar 2026

https://github.com/d3dc/react-flying-saucer

A simple framework built on top of create-react-app for scalable single-page apps with functional react.

app create-react-app effects esnext feature-fleet hooks memoize modules mothership react react-hooks redux rematch selectors spa star-app star-child wip

Last synced: 07 May 2025

https://github.com/bigcommerce/memoize-js

A JavaScript library for memoizing the result of a pure function

javascript memoize typescript

Last synced: 22 Apr 2025

https://github.com/r3dst0rm/easy-memoize

Memoization in JS should be made easy. easy-memoize will help you with it!

javascript memoize react typescript

Last synced: 06 Jul 2025

https://github.com/maraisr/tabling

Let's table this object till a later date

lazy lazy-object memoize memoize-getters objects

Last synced: 26 Oct 2025

https://github.com/darky/glemo

Simple function memoization over Erlang ETS / JavaScript Map for Gleam

gleam memoize

Last synced: 05 Mar 2026

https://github.com/isaachinman/fs-memoize

A simple, zero-dependency NodeJs filesystem memoizer.

cache memoization memoize nodejs

Last synced: 20 Apr 2026

https://github.com/krisztiaan/memoarray

A simple javascript utility for array binding memoization.

array jsx memoarray memobind memoize react react-native styles

Last synced: 25 Jan 2026

https://github.com/alesmenzel/cache

Async function cache 🎲

cache function memoize

Last synced: 20 Feb 2026

https://github.com/mdawar/memoize-utils

Memoize function and TypeScript decorator for sync and async functions.

cache caching javascript memoize memoize-async memoize-decorator promise promise-cache promise-memoization typescript

Last synced: 27 Feb 2026

https://github.com/stagas/memoize-pure

low footprint memoize for just pure sync functions with scalar arguments

memoize

Last synced: 18 Oct 2025

https://github.com/rtmigo/filememo_py

Stores the results of expensive function calls and returns the cached result when the same inputs occur again

cache file function memoization memoization-library memoize memoize-decorator method package permanent persistent pickle python

Last synced: 05 Jan 2026

https://github.com/ramiel/memoizy

Memoization helper

cache memoization-helper memoize

Last synced: 09 Mar 2026

https://github.com/wzhudev/memoize

:notebook: A memoize util for TypeScript.

memoize memoize-decorator typescript

Last synced: 23 Jun 2025

https://github.com/lamansky/cached-function

[Node.js] Wraps a function and caches its return value for any given set of arguments. When those same arguments are used again, it pulls from the cache.

cache function javascript memo memoize nodejs

Last synced: 13 Apr 2026

https://github.com/jaredlunde/cdll-memoize

A versatile LRU memoization function for Javascript which uses a circular doubly linked list as the cache's data structure

cdll circular-doubly-linked-list javascript lru memoize

Last synced: 12 Aug 2025

https://github.com/afeiship/next-memo

Memoize for next.

memo memoize next

Last synced: 03 May 2026

https://github.com/vunovati/memoize-methods

Memoize methods of a given JavaScript object

cache memoize memoize-decorator proxy typescript

Last synced: 28 Jan 2026

https://github.com/tomokimiyauci/memo

Memoization tools, TC39 proposal-function-memo implementation

cache cache-map memo memoization memoize proposal-function-memo tc39

Last synced: 08 Oct 2025

https://github.com/drexed/lite-memoize

Cache and memoization helpers for ruby Ruby classes

cache memoize ruby

Last synced: 19 Jan 2026

https://github.com/freshworks/memoize_until

This gem is an extension to the standard memoization pattern.

cache memoize rails ruby ruby-on-rails

Last synced: 26 Jul 2025

https://github.com/darky/memoize-redis-decorator

Memoize decorator, backed by Redis

cache decorator memoize redis

Last synced: 15 May 2026

https://github.com/aikoven/json-stringifier

Alternative to JSON.stringify() that supports altering the behavior of the stringification process at string level

cache json memoize stringifier stringify

Last synced: 19 Apr 2026

https://github.com/ken107/memoize

Extensible memoize that allows plugin arbitrary cache implementation, supporting multiple layers of caches

cache memcached memoize nodejs

Last synced: 21 Feb 2026

https://github.com/nberlette/memo

Memoize expensive methods and properties with these decorators and wrappers for Deno.

decorators deno deno-module deno911 denoland memoize typescript utilities

Last synced: 15 Apr 2026

https://github.com/shixiongfei/cache-fs

A promise-based cache that reads and writes to the file-system.

cache caching filesystem fs memoization memoize memoizer

Last synced: 12 Feb 2026

https://github.com/maximilianmairinger/keyindex

Memoize on demand map

index key map memoize

Last synced: 15 Mar 2025

https://github.com/aternus/c-dynamic-programming

Dynamic Programming concepts and training material in C.

bottom-up c dynamic-programming memoize recursion

Last synced: 09 Jun 2026

https://github.com/sixarm/sixarm_ruby_active_record_memoize_class_methods

SixArm.com » Ruby » ActiveRecord extenstions: ActiveSupport::Memoizable for class methods

activerecord gem memoize rails ruby

Last synced: 19 Apr 2026

https://github.com/make-github-pseudonymous-again/arch-memoize-dash

:package: AUR package for memoize (dash version)

arch-linux aur-packages memoize pkgbuild

Last synced: 25 Apr 2026

https://github.com/korkje/memz

Memoize helper

deno memoize typescript

Last synced: 24 Apr 2026

https://github.com/pranavharsh/shopping-app

oooo waooo, really a big shopping app created by me it has the feature of easily signin and signup with GOOGLE.it has database that stores your id and password for next time login. it contains separate pages for different items and you can easily add your items to cart and also you can increase or decrease their quantities and see their total price. you can also make fake PAYMENTS.that's all about this APP.

dom express firebase-database google html javascript memoize node react redux router scss stripe yarn

Last synced: 09 Apr 2026

https://github.com/shixiongfei/cache-one

A cache library only remembers the last call that matches the parameter key

cache caching memoization memoize memoizer

Last synced: 26 Jul 2025

https://github.com/bwca/package_merry-solutions_memoize-decorator

A function to decorate methods and memoize their results to speed up further requests done with the same arguments.

decorator memoization memoize memoize-decorator performance

Last synced: 12 Jun 2025

https://github.com/vivek-26/dns-cached

DNS Caching using Memoization for Node.js

cache dns memoize nodejs

Last synced: 20 May 2026

https://github.com/dimikot/fast-typescript-memoize

Fast memoization decorator and other helpers with 1st class support for Promises.

decorator memoize promise typescript

Last synced: 05 Mar 2025