We ran a few benchmarking algorithms with our React Native JSI project to compare Flutter vs React Native performance.
See following tweet for results and source code 👇 1/3
React Native faster for Borwein and Gauss Legendre algorithms. Notice how Factorial algorithm is slower probably because of JS calling C++ overhead (Thanks @terrysahaidak) 2/3
@terrysahaidak Related link. We checked their benchmark source code, it seems like they use milliseconds on React Native and microseconds on Flutter. Probably a human error but the benchmark can be misleading to new mobile engineers. 3/3