-
Notifications
You must be signed in to change notification settings - Fork 198
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
optimize the performance #442
Merged
LucasXu0
merged 30 commits into
AppFlowy-IO:main
from
LucasXu0:optimize_with_list_builder
Sep 11, 2023
Merged
optimize the performance #442
LucasXu0
merged 30 commits into
AppFlowy-IO:main
from
LucasXu0:optimize_with_list_builder
Sep 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #442 +/- ##
==========================================
+ Coverage 79.87% 80.52% +0.65%
==========================================
Files 276 280 +4
Lines 11526 11302 -224
==========================================
- Hits 9206 9101 -105
+ Misses 2320 2201 -119
☔ View full report in Codecov by Sentry. |
LucasXu0
force-pushed
the
optimize_with_list_builder
branch
from
September 7, 2023 05:49
7f8ce28
to
5063495
Compare
LucasXu0
force-pushed
the
optimize_with_list_builder
branch
2 times, most recently
from
September 11, 2023 06:17
1e685f3
to
276ef7c
Compare
LucasXu0
force-pushed
the
optimize_with_list_builder
branch
from
September 11, 2023 06:18
276ef7c
to
1dfb627
Compare
q200892907
added a commit
to q200892907/appflowy-editor
that referenced
this pull request
Sep 13, 2023
* main: chore: refactor attribute comparison in Delta class diff loop (AppFlowy-IO#456) fix: duration cannot be zero in animate (AppFlowy-IO#452) chore: update Chinese l10n (AppFlowy-IO#445) fix: sometimes failed to paste content from google translation (AppFlowy-IO#451) feat: refactor color conversion method to handle RGB and hex formatsRefactor method to handle RGB and hex formats, improving color conversion (AppFlowy-IO#450) fix: unable to paste html contains section (AppFlowy-IO#448) fix: remove unused check in non_delta_input_service (AppFlowy-IO#447) feat: optimize the performance (AppFlowy-IO#442) refactor: migrate tests (AppFlowy-IO#438) feat: bulk open links shortcut (AppFlowy-IO#419) fix: request focus in find replace menu (AppFlowy-IO#440) feat: implement delta diff and provide external values (AppFlowy-IO#444)
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rendering Optimization
Calculation Optimization