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

11 lines
259 B
YAML

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