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

Optimize native animated connection queue handling #25256

Closed

Conversation

msand
Copy link
Contributor

@msand msand commented Jun 13, 2019

Change O(n^2) to O(n)

Summary

Minor follow-up to: #24177

Changelog

[Internal] [Changed] - Optimize native animated connection queue handling

Test Plan

Run CI

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 13, 2019
@msand msand force-pushed the optimize-native-animated-connection-queue branch from 834fa1c to d036e0b Compare June 13, 2019 13:44
@msand msand force-pushed the optimize-native-animated-connection-queue branch from d036e0b to 22efa3b Compare June 13, 2019 13:53
@msand
Copy link
Contributor Author

msand commented Jun 13, 2019

Hmm, why does js_coverage fail with:

Test Suites: 90 passed, 90 total
Tests: 1 skipped, 705 passed, 706 total
Snapshots: 244 passed, 244 total
Time: 78.067s
Ran all test suites.
Done in 78.86s.

/home/circleci/react-native/node_modules/coveralls/bin/coveralls.js:18
throw err;
^
Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}
Exited with code 1

Copy link
Contributor

@cpojer cpojer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Don't worry about CI, we are currently landing fixes for it :)

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cpojer is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @msand in 206abb0.

When will my fix make it into a release? | Upcoming Releases

@react-native-bot react-native-bot added the Merged This PR has been merged. label Jun 13, 2019
M-i-k-e-l pushed a commit to M-i-k-e-l/react-native that referenced this pull request Mar 10, 2020
Summary:
Change O(n^2) to O(n)

Minor follow-up to: facebook#24177

## Changelog

[Internal] [Changed] - Optimize native animated connection queue handling
Pull Request resolved: facebook#25256

Differential Revision: D15804527

Pulled By: cpojer

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

Successfully merging this pull request may close these issues.

4 participants