Uh oh!
There was an error while loading. Please reload this page.
react-packager: Switch from Q to Bluebird as promises library - #516
react-packager: Switch from Q to Bluebird as promises library#516pilwon wants to merge 6 commits into
Conversation
pilwon
commented
Mar 31, 2015
It turns out code works fine but @petkaantonov |
…ill fails because of issue in Jest/Bluebird.
amasad
commented
Mar 31, 2015
ok, I think I can fix the jest error (or at least hack around it). I'll work on pulling this |
amasad
commented
Mar 31, 2015
Tested on internal source (which is considerably larger) and this yields a consistent 30% speedup. Great job! I'll sync the changes here soon. |
pilwon
commented
Mar 31, 2015
@amasad 30% speedup sounds beyond awesome. I have a feeling a lot of folks will enjoy the speed improvement with this update ✨😀👍 Btw, I noticed |
pilwon
commented
Apr 1, 2015
@amasad Updated all code to use |
amasad
commented
Apr 1, 2015
I already updated that internally :) I should've mentioned that |
amasad
commented
Apr 1, 2015
I just need to sync from our internal repo. Our tools are not in a great place now, but we can't merge pull requests directly from github we have to go through internal review process |
pilwon
commented
Apr 1, 2015
@amasad Understood. FB's merge policy between the internal code and Will FB always update its internal code first then bring the changes back to If this is the case though, please add more information to |
vjeux
commented
Apr 1, 2015
@pilwon we want to eventually be github first but are not ready yet. For the time being, we need to ensure that every pull request passes our internal test suites and don't break our internal apps. Good idea about updating the contributing.md file |
sahrens
commented
Apr 1, 2015
Merged internally and synced. |
Summary: This PR improves performance of `react-packager` by switching the promises library from the [Q](https://github.com/kriskowal/q) to [Bluebird](https://github.com/petkaantonov/bluebird). [Here is the test result](react#361 (comment)) showing a noticeable difference. (2x speed improvement) Please refer to [this issue](react#361) for more details. Closesreact#516 Github Author: Pilwon Huh <pilwon@gmail.com> Test Plan: ./runJestTests start app and click around
Summary: This PR improves performance of `react-packager` by switching the promises library from the [Q](https://github.com/kriskowal/q) to [Bluebird](https://github.com/petkaantonov/bluebird). [Here is the test result](react#361 (comment)) showing a noticeable difference. (2x speed improvement) Please refer to [this issue](react#361) for more details. Closesreact#516 Github Author: Pilwon Huh <pilwon@gmail.com> Test Plan: ./runJestTests start app and click around
Summary: This PR improves performance of `react-packager` by switching the promises library from the [Q](https://github.com/kriskowal/q) to [Bluebird](https://github.com/petkaantonov/bluebird). [Here is the test result](react#361 (comment)) showing a noticeable difference. (2x speed improvement) Please refer to [this issue](react#361) for more details. Closesreact#516 Github Author: Pilwon Huh <pilwon@gmail.com> Test Plan: ./runJestTests start app and click around
Summary: This PR improves performance of `react-packager` by switching the promises library from the [Q](https://github.com/kriskowal/q) to [Bluebird](https://github.com/petkaantonov/bluebird). [Here is the test result](react/react-native#361 (comment)) showing a noticeable difference. (2x speed improvement) Please refer to [this issue](react/react-native#361) for more details. Closesreact/react-native#516 Github Author: Pilwon Huh <pilwon@gmail.com> Test Plan: ./runJestTests start app and click around
This PR improves performance of
react-packagerby switching the promises library from the Q to Bluebird.Here is the test result showing a noticeable difference. (2x speed improvement)
Please refer to this issue for more details.