regex-cache@0.4.3
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in suprising performance improvements.
MIT
2016-04-01
安装 (0.4.3)
npm install regex-cache@0.4.3
yarn add regex-cache@0.4.3
pnpm add regex-cache@0.4.3
bun add regex-cache@0.4.3
dependencies (2)
| 包名 | 版本要求 |
|---|---|
| is-equal-shallow | ^0.1.3 |
| is-primitive | ^2.0.0 |
devDependencies (5)
| 包名 | 版本要求 |
|---|---|
| benchmarked | ^0.1.5 |
| chalk | ^1.1.3 |
| gulp-format-md | ^0.1.7 |
| micromatch | ^2.3.7 |
| should | ^8.3.0 |