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

perf: reduce the amount of work done when rendering data #517

Merged
merged 1 commit into from
Dec 26, 2023
Merged

Conversation

dohooo
Copy link
Owner

@dohooo dohooo commented Dec 26, 2023

Before, even if the limit of the number of render is set, it will render one more layer of BaseLayout, which makes the performance can not be maximized, and now the optimization makes BaseLayout will not render any more, even if the number of data is 1 million, it will only render the specified amount of render. Performance has improved dramatically.

fix #352, fix #362, fix #258, fix #478

image

Before, even if the limit of the number of render is set, it will render one more layer of
BaseLayout, which makes the performance can not be maximized, and now the optimization makes
BaseLayout will not render any more, even if the number of data is 1 million, it will only render
the specified amount of render. Performance has improved dramatically.

fix #352, fix #362, fix #258, fix #478
Copy link

changeset-bot bot commented Dec 26, 2023

🦋 Changeset detected

Latest commit: 9f3a3d6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
react-native-reanimated-carousel Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Dec 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-reanimated-carousel ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 26, 2023 2:02am

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Dec 26, 2023
@dohooo dohooo merged commit 6a57c83 into main Dec 26, 2023
2 checks passed
@dohooo dohooo deleted the develop branch December 26, 2023 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
1 participant