regex-cache@0.3.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-17
安装 (0.3.0)
npm install regex-cache@0.3.0
yarn add regex-cache@0.3.0
pnpm add regex-cache@0.3.0
bun add regex-cache@0.3.0
dependencies (4)
| 包名 | 版本要求 |
|---|---|
| benchmarked | ^0.1.3 |
| chalk | ^0.5.1 |
| micromatch | ^1.2.2 |
| to-key | ^1.0.0 |