Results 122 comments of Konstantin K

Part of a reason for the slowness might be a massive amount of generating excess escape sequences. See, e.g. [this two lines change](https://github.com/ankurdave/color-identifiers-mode/commit/9273979be4e2753755187a73cb7ea745cfb061d6) looks like this with the escape sequences:...

@seagle0128 *(or anyone else)* can you please post a reproducer? The slowness on large files is kinda known problem, but I never could make it reliably reproduce, so whenever I...

> I've already deletes `color-identifiers-mode` due to the performance issue, so unable to provide examples. I see. Well, for the record: from what I've seen the problem was caused by...

So, I managed to reproduce problem with a 26k lines python file created artificially by repeatedly concatenating a usual sized one. In this case it is specific to the way...

@bennofs please give a test to #93. That fixes the problem for me, however as I don't code in JS myself, I can't see offhand if that doesn't cause unwanted...

Oh, sorry, the report was opened by @FrancisMurillo. So, anyway, please see if the PR fixes the problem, it's really just a two line change which can even be stored...

So, yeah, just to be clear: to test it you can simply paste the two added lines into your `.emacs` file, should work just fine.

Huh, actually, the commit `Don't go to (point-min) just to immediately relocate to property-change` from [this PR](https://github.com/ankurdave/color-identifiers-mode/pull/92) fixes that for me as well o.O Who would have thought… Now that...

> Huh, actually, the commit `Don't go to (point-min) just to immediately relocate to property-change` from [this PR](https://github.com/ankurdave/color-identifiers-mode/pull/92) fixes that for me as well o.O Who would have thought… Nvm,...