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

add requestIdleCallback support for performance #2181

Merged
merged 15 commits into from
Jan 10, 2024
Merged

Conversation

deyihu
Copy link
Collaborator

@deyihu deyihu commented Jan 4, 2024

fix #2179

@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2024

Codecov Report

Attention: 69 lines in your changes are missing coverage. Please review.

Comparison is base (e54e0be) 83.78% compared to head (5e50e46) 83.51%.
Report is 1 commits behind head on master.

Files Patch % Lines
src/core/MicroTask.js 36.76% 43 Missing ⚠️
src/geometry/GeoJSON.js 0.00% 26 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2181      +/-   ##
==========================================
- Coverage   83.78%   83.51%   -0.28%     
==========================================
  Files         169      171       +2     
  Lines       18816    18916     +100     
==========================================
+ Hits        15765    15797      +32     
- Misses       3051     3119      +68     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fuzhenn fuzhenn merged commit 19e44b9 into maptalks:master Jan 10, 2024
1 check passed
@deyihu deyihu deleted the 2179 branch January 10, 2024 03:14
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

Successfully merging this pull request may close these issues.

add requestIdleCallback support for run microtask or Improve worker communication performance
3 participants