This is the Linux app named memoize whose latest release can be downloaded as v11.0.0sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named memoize with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
memoize
DESCRIPTION:
memoize is a JavaScript package for accelerating repeated function calls by caching results for previously seen inputs. By default, it builds cache identity from the function's first argument using strict equality. Developers can supply custom cache-key functions when multiple arguments or value-based object comparisons are required. Cache entries can expire after a configurable duration, and storage can be replaced with Map-compatible implementations such as LRU caches. Utilities are provided for clearing cached values and checking whether a particular call is currently cached. The package also includes a decorator for memoizing class methods and getters in modern TypeScript and JavaScript environments. It can work with promise-returning functions, although the project recommends specialized alternatives for advanced async behavior.
Features
- Function result caching
- Configurable cache expiration
- Custom cache-key generation
- Replaceable Map-compatible cache storage
- Cache clearing and presence checking
- Class method and getter memoization decorators
Programming Language
TypeScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/memoize.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.