Files
@ 82198c193c11
Branch filter:
Location: kallithea/docs/usage/performance.rst
82198c193c11
3.0 KiB
text/prs.fallenstein.rst
helpers: improve html_escape
Repeated string replace is faster than iterating over each character in Python
and doing a dict lookup.
Repeated string replace is faster than iterating over each character in Python
and doing a dict lookup.