Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

v12.1.0

Compare
Choose a tag to compare
@gre gre released this 28 Feb 14:23
· 2607 commits to master since this release
cf8b25c

Performance/memory improvement for mobile.

We have used a custom "promiseAllBatched" to not Promise.all everything in parallel but have a batch way to do async libcore calls to not spam the React Native bridge.