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

11 lines
240 B
YAML

define: DUK_USE_BASE64_FASTPATH
introduced: 1.4.0
default: true
tags:
- performance
- fastpath
- lowmemory
description: >
Enable fast path for base64 encode/decode. The fast path uses a lookup
table at a small cost in footprint.