Decoder-Improved
Decoder-Improved copied to clipboard
Performance Issue
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.