regex-cache@0.1.1
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.1.1)
npm install regex-cache@0.1.1
yarn add regex-cache@0.1.1
pnpm add regex-cache@0.1.1
bun add regex-cache@0.1.1
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 | * |