regex-cache@0.4.2
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-03-25
安装 (0.4.2)
npm install regex-cache@0.4.2
yarn add regex-cache@0.4.2
pnpm add regex-cache@0.4.2
bun add regex-cache@0.4.2
dependencies (2)
| 包名 | 版本要求 |
|---|---|
| is-equal-shallow | ^0.1.1 |
| is-primitive | ^2.0.0 |
devDependencies (5)
| 包名 | 版本要求 |
|---|---|
| benchmarked | ^0.1.4 |
| chalk | ^1.0.0 |
| micromatch | ^2.1.0 |
| mocha | ^2.1.0 |
| should | * |