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

Cache Spannables during rendering of Text #36885

Closed
wants to merge 1 commit into from

Conversation

mdvacca
Copy link
Contributor

@mdvacca mdvacca commented Apr 12, 2023

Summary:
Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Differential Revision: D44918981

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Apr 12, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44918981

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44918981

mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 12, 2023
Summary:
Pull Request resolved: facebook#36885

Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Reviewed By: cipolleschi

Differential Revision: D44918981

fbshipit-source-id: 89f3aa639ad8b01b77da3d8c7a5ea924a43624c8
@analysis-bot
Copy link

analysis-bot commented Apr 12, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,604,788 +251
android hermes armeabi-v7a 7,918,817 +246
android hermes x86 9,090,833 +246
android hermes x86_64 8,945,848 +246
android jsc arm64-v8a 9,174,204 +369
android jsc armeabi-v7a 8,365,854 +366
android jsc x86 9,231,847 +363
android jsc x86_64 9,490,545 +362

Base commit: 846ec6d
Branch: main

mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 12, 2023
Summary:
Pull Request resolved: facebook#36885

Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Reviewed By: cipolleschi

Differential Revision: D44918981

fbshipit-source-id: 75aeef4cf9005c40e7145278f339d0b3c4b3cf38
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44918981

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44918981

mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 12, 2023
Summary:
Pull Request resolved: facebook#36885

Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Reviewed By: cipolleschi

Differential Revision: D44918981

fbshipit-source-id: f473d7e2d58b5dd4cd5963e865a9965e10fe0519
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44918981

mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 12, 2023
Summary:
Pull Request resolved: facebook#36885

Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Reviewed By: cipolleschi

Differential Revision: D44918981

fbshipit-source-id: 68add4f5a565991663222d2fa24a43c32f689e85
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44918981

mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 12, 2023
Summary:
Pull Request resolved: facebook#36885

Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Reviewed By: cipolleschi

Differential Revision: D44918981

fbshipit-source-id: 36d6bfbd3b6291a26006e79aae49d98db7fa7034
mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 12, 2023
Summary:
Pull Request resolved: facebook#36885

Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Reviewed By: cipolleschi

Differential Revision: D44918981

fbshipit-source-id: cce8bc4018d493b393cb97902c3193754357480d
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44918981

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44918981

mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 12, 2023
Summary:
Pull Request resolved: facebook#36885

Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Reviewed By: cipolleschi

Differential Revision: D44918981

fbshipit-source-id: fa40f9b963950bb06ee2ba665923023960e65e5b
mdvacca added a commit to mdvacca/react-native that referenced this pull request Apr 12, 2023
Summary:
Pull Request resolved: facebook#36885

Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Reviewed By: cipolleschi

Differential Revision: D44918981

fbshipit-source-id: 05472f10f90bfa5f3f8bdadeaf1f578d686e927e
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44918981

Summary:
Pull Request resolved: facebook#36885

Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Reviewed By: cipolleschi

Differential Revision: D44918981

fbshipit-source-id: 0c52a6be28f65c9e71826dd8f0e231844a2ee6ca
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44918981

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 9f24df0.

jeongshin pushed a commit to jeongshin/react-native that referenced this pull request May 7, 2023
Summary:
Pull Request resolved: facebook#36885

Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Reviewed By: cipolleschi

Differential Revision: D44918981

fbshipit-source-id: 581d22978841e1b62a1709da0fec2baba6c59cea
OlimpiaZurek pushed a commit to OlimpiaZurek/react-native that referenced this pull request May 22, 2023
Summary:
Pull Request resolved: facebook#36885

Create cache to hold Spannables during measurment and rendering of Text

We used to have a similar cache in the past, it was removed because it seemed not have an implact.
We are incorporating this again to measure while rendering 1000s of text components

changelog: [internal] internal

Reviewed By: cipolleschi

Differential Revision: D44918981

fbshipit-source-id: 581d22978841e1b62a1709da0fec2baba6c59cea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants