als-sizeof

A utility function to estimate the memory size of objects in JavaScript, compatible with both Node.js and browser environments.

memoru

A hash-based LRU cache that evicts entries based on memory usage rather than time or item count.