Performant React Native image component. FastImage example app.
react-native image priority sdwebimage glide image-cache cocoapod cache cached fastimageNo more wasting precious time on processing unchanged files.By default it's only able to detect whether files in the stream changed. If you require something more advanced like knowing if imports/dependencies changed, create a custom comparator, or use another plugin.
gulpplugin file files changed newer modified modification updated time mtime stat cache cached passthroughThrottle a function and cache the result for x milliseconds.The arguments parsed to the callback will be cached according to the same rules as described previously, so subsequent executions of runner will just call the supplied callback function with the previous arguments until the cache expires.
cache cached throttle limit callback function timeout expiregulp-fs-cache is a gulp plugin that saves processed files to filesystem. It removes already processed files from stream and adds it back after processing. gulp-fs-cache works similar to gulp-remember but saves files to filesystem so they can be reused between multiple gulp runs (e.g. to speed up CI).
cache cached filesystem fs gulp rememberNo more wasting precious time on processing unchanged files. By default it's only able to detect whether files in the stream changed. If you require something more advanced like knowing if imports/dependencies changed, create a custom comparator, or use another plugin.
gulpplugin file files changed newer modified modification updated time mtime stat cache cached passthroughAs the author of moize, I created a consistently fast memoization library, but moize has a lot of features to satisfy a large number of edge cases. micro-memoize is a simpler approach, focusing on the core feature set with a much smaller footprint (~1.0kB minified+gzipped). Stripping out these edge cases also allows micro-memoize to be faster across the board than moize. Custom method to compare equality of keys, determining whether to pull from cache or not, by comparing each argument in order.
javscript memoization performance memoize memoized memoizer memo memcache memcached cache cached storage memory optimize lru expireThe goal of this module is to hold on the very first promise that asks for a specific task, resolved once for all concurrent promises that meanwhile asked for that very same task during its resolution time. In the following example, after the first samePromise(), all other samePromise() invokes will simply hold until the first invoke has been resolved, granting that for 300 ms, dictated in the following example by setTimeout, no extra timer will be set, and ++samePromiseCalls won't be incremented more than once.
promise unique lazy cached cluster
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.