Skip to content

ISO C++: fix performance in highlighting numbers

BUG: 423680

FIXED-IN: 5.73.0

A big regular expression in a RegExpr rule are used to highlight floating-point, which cause slow and high CPU usage in number highlighting.

See: https://bugsfiles.kde.org/attachment.cgi?id=129778

Edited by Nibaldo González

Merge request reports