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

Rearchitect for optimization at browser-level #118

Closed
inokawa opened this issue Jul 5, 2023 · 2 comments
Closed

Rearchitect for optimization at browser-level #118

inokawa opened this issue Jul 5, 2023 · 2 comments

Comments

@inokawa
Copy link
Owner

inokawa commented Jul 5, 2023

Is your feature request related to a problem? Please describe.
We achieved optimization in this lib at sufficient level, with improving js, css and React technique.
However it seems to be difficult to be the fastest without rethinking its architecture to become suitable for optimization at browser level.
Of course it would make it difficult to maintain, so we have to choose the one which has clear benefits and acceptable cons.

Describe the solution you'd like

  • DOM recycling
  • Synchronous scrolling
    • implemented in Monaco Editor and (probably) older CodeMirror
    • cons: probably hard to implement smoother than native asynchronous scrolling
  • or something better (need to investigate)

Describe alternatives you've considered
N/A

Additional context
N/A

@inokawa inokawa self-assigned this Sep 19, 2023
@inokawa inokawa removed their assignment Dec 3, 2023
@inokawa
Copy link
Owner Author

inokawa commented Dec 9, 2023

Closing because tricky optimization can decrease maintainability and flexibility.

@inokawa inokawa closed this as not planned Won't fix, can't repro, duplicate, stale Dec 9, 2023
@inokawa
Copy link
Owner Author

inokawa commented Dec 9, 2023

Consider recycling mode in #280

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant