Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve syntax highlighter #2

Closed
Lonami opened this issue Jul 14, 2016 · 1 comment
Closed

Improve syntax highlighter #2

Lonami opened this issue Jul 14, 2016 · 1 comment

Comments

@Lonami
Copy link
Member

Lonami commented Jul 14, 2016

Possible changes:

  • Do not use Regex, write a manual matcher (will be faster)
  • Add an option to enable/disable it
  • Use a separate thread?
@Lonami
Copy link
Member Author

Lonami commented Sep 16, 2018

  1. Manual matcher would probably be more expensive.
  2. No need to disable it. It's the reason why you would use the program.
  3. The server itself already runs in a different process.

@Lonami Lonami closed this as completed Sep 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant