mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
9 years ago
3 changed files with 12 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
define: DUK_USE_IDCHAR_FASTPATH |
|||
introduced: 1.5.0 |
|||
default: true |
|||
tags: |
|||
- performance |
|||
- fastpath |
|||
- lowmemory |
|||
description: > |
|||
Enable fast path for identifier start/part tables, which affect lexing and |
|||
JSON performance slightly at a small cost in footprint. |
Loading…
Reference in new issue