roadrunner

Cache require resolutions to heavily improve startup speed on subsequent loads

7 个版本
安装
npm install roadrunner
yarn add roadrunner
pnpm add roadrunner
bun add roadrunner
README

roadrunner

Roadrunner will cache require resolutions to heavily improve startup speed of your node application.

Installation

$ npm install roadrunner

Usage

var roadrunner = require("roadrunner");

roadrunner.load();

// your code here

roadrunner.save();
版本列表
1.1.0 2016-10-15
1.0.6 2016-09-26
1.0.4 2014-12-03
1.0.3 2014-12-03
1.0.2 2014-11-24
1.0.1 2014-11-24
1.0.0 2014-11-24