Benedek Dévényi
Benedek Dévényi
Reopening, as I think it would be still better to have a blacklist rather than deleting files.
Far better results for me: ``` Time taken for Text to scroll down and resize: 0.5080173015594482 Time taken for CodeView to scroll down and resize: 9.920884847640991 Test 1 of 5...
If I set the lexer in `CodeView` to be `TextLexer`, then they produce about the same results. The problem is that chlorophyll highlights every `|` character as a Python pipe...
> I'm particularly interested in how the changing of chars changes speed. I doubt it's anything to do with tabs or graphics but likely more due to OS. It depends...
But I'm still not sure whether constantly removing and re-adding the tags doesn't introduce another performance issues.
Yes, we could give it a try, but even though I know that the slowness kinda annoying, this isn't a priority for me right now.
> that I'm on my own and any help I get is to be greatly appreciative of. Yeah, sorry bout that
I'm not sure why this would be any faster than the existing solution. Your code is basically just a slower wrapper for the `highlight_all` method, as it removes all relevant...
Yes, maybe if it detects a `Comment.Multiline` or `Literal.String.Doc` token, it should cleverly look around.
I like your plan. The only thing I have concerns about is the emoji-in-tag-range checking thingy. I'm not sure how would it perform.