Recent Posts/ kotlin
react-nativeturbo modulereact-native-turboxml: Under the Hood of a Native XML Parser
Dive into the inner workings of react-native-turboxml: discover how native TurboModules on Android and iOS combine to parse multi-megabyte XML 4× faster.
16-05-2025
react-nativekotlinOptimize XML Parsing in React Native: From 35s to 5s with Kotlin Coroutines & Binary Search
See how we slashed XML parsing in React Native from 35s to 5s by offloading to Kotlin coroutines, parallelizing tasks, and switching to binary search.
04-05-2025