OVMS3/OVMS.V3/components/duktape/config/config-options/DUK_USE_JSON_EATWHITE_FASTPATH.yaml

11 lines
260 B
YAML

define: DUK_USE_JSON_EATWHITE_FASTPATH
introduced: 1.3.0
default: true
tags:
- performance
- fastpath
- lowmemory
description: >
Enable fast path for eating whitespace in JSON.parse(). The fast path uses
a lookup table at a small cost in footprint.