OVMS3/OVMS.V3/components/duktape/config/feature-options/DUK_OPT_JSON_STRINGIFY_FASTPATH.yaml

10 lines
229 B
YAML

define: DUK_OPT_JSON_STRINGIFY_FASTPATH
introduced: 1.3.0
tags:
- performance
- fastpath
- lowmemory
description: >
Enable fast apth for JSON.stringify() serialization. See
DUK_USE_JSON_STRINGIFY_FASTPATH for details.