v0.5.0 - Memoization Utility
What's New
Added
memoize- LRU cache wrapper for expensive string operations with configurable size and TTL- Configurable cache size (default: 100 entries)
- Optional time-to-live (TTL) for cache entries
- Support for multi-argument functions
- Automatic cache eviction using LRU strategy
Installation
npm install [email protected]Full Changelog
https://github.com/Zheruel/nano-string-utils/blob/main/CHANGELOG.md#050---2025-09-04