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

Performance Issue #34

Open
zehuanncc opened this issue Feb 27, 2020 · 0 comments
Open

Performance Issue #34

zehuanncc opened this issue Feb 27, 2020 · 0 comments

Comments

@zehuanncc
Copy link
Collaborator

Decoder improved runs very slow with a large amount of text. Need to improve its performance. Possible causes:

  • Unnecessary operations/clone of byte array.
  • Unoptimized algorithms in modifiers (at least for URL/HTML encoders).
  • Poor undo/redo implementation.
  • Redundant logic (listeners etc.) in updating segments and UIs (text editor etc.).
  • Memory leak.
@zehuanncc zehuanncc self-assigned this Feb 27, 2020
@zehuanncc zehuanncc removed their assignment Jun 23, 2020
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