krzema12 / snakeyaml-engine-kmp

A Kotlin Multiplatform port of snakeyaml-engine
Apache License 2.0
23 stars 4 forks source link

Simplify `CharConstants.escapeChar()` #171

Closed aSemy closed 4 months ago

aSemy commented 4 months ago

Simplify CharConstants.escapeChar() for 1. readability, and 2. performance (currently it iterates multiple times through ESCAPE_REPLACEMENTS - which can be avoided).