regex-cache@0.2.0
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.
MIT
2015-02-09
安装 (0.2.0)
npm install regex-cache@0.2.0
yarn add regex-cache@0.2.0
pnpm add regex-cache@0.2.0
bun add regex-cache@0.2.0
dependencies (3)
| 包名 | 版本要求 |
|---|---|
| benchmarked | ^0.1.3 |
| chalk | ^0.5.1 |
| micromatch | ^1.2.2 |
devDependencies (3)
| 包名 | 版本要求 |
|---|---|
| mentions-regex | ^1.0.1 |
| mocha | ^2.1.0 |
| should | * |