You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://www.npmjs.com/package/v8-compile-cache caches the results of v8 compiling a module on disk in a big file, and then adds a require hook to fish out the results from that cache. We could do the same, but pin the cache in memory and feed it to new child processes.
The text was updated successfully, but these errors were encountered:
https://www.npmjs.com/package/v8-compile-cache caches the results of v8 compiling a module on disk in a big file, and then adds a require hook to fish out the results from that cache. We could do the same, but pin the cache in memory and feed it to new child processes.
The text was updated successfully, but these errors were encountered: