npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "moize" 的结果(共 29 个)
encode-registry

Encodes a registry URL. Memoized.

MIT
lomemo

Lodash's memoize function, but in a much smaller package than lodash.memoize's.

MIT
cached-path-relative

Memoize the results of the path.relative function

MIT
lodash.memoize

The lodash method `_.memoize` exported as a module.

MIT
memoize-one

A memoization library which only remembers the latest invocation

MIT
micro-memoize

A blazing fast memoization library that is tiny but feature-rich.

MIT
@polka/url

Super fast, memoized `req.url` parser

MIT
memoize

Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input

MIT
memorizer

memoize a getter of an object

MIT
memoizerific

Fast, small, efficient JavaScript memoization lib to memoize JS functions

MIT
fast-memoize

Fastest memoization lib that supports N arguments

MIT
lru-memoize

A utility to provide lru memoization for any js function

MIT
@emotion/memoize

emotion's memoize utility

MIT
@emotion/weak-memoize

A memoization function that uses a WeakMap

MIT
@opentelemetry/instrumentation-lru-memoizer

OpenTelemetry instrumentation for `lru-memoizer` function memoization using lru-cache

Apache-2.0
moize

Blazing fast memoization based on all parameters passed

MIT
memoizer

memoization as easy as f = memo(g); f is now fully memoized!

memoizesync

Helper for memoizing synchronous functions and methods

BSD
nano-memoize

Faster than fast, smaller than micro ... a nano speed and nano size memoizer.

MIT
iMemoized

A super-fast memoizer that handle primitives, objects and classes as arguments. As fast as lodash and moize. Less than 1K when minified and gzipped.

MIT
lru-memoizer

Memoize functions results using an lru-cache.

MIT
typescript-memoize

Memoize decorator for Typescript

MIT
resolve-once-map-cb

Resolves a callback only once and memoizes the result in a map

MIT
memoize-sync

This package name is not currently in use, but was formerly occupied by a popular package. To avoid malicious use, npm is hanging on to the package name, but loosely, and we'll probably give it to you if you want it.

ISC
@tunnckocore/memoize-fs

(temporary fork of `memoize-fs`, until #17 es2020 support is fixed) memoize/cache in file system solution for Node.js

MIT
regex-cache

Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.

MIT