Open wmonecke opened 4 years ago
@wmonecke Overall. Yes, Realm is faster because they are mapping the data using in-memory, using B+ trees to avoid unnecessary copying.
You can check this link below for more details. https://www.simform.com/react-native-database-selection-guide/
Awesome thanks! @jayzyaj
Hi! I am asking because I know AsyncStorage is slow. Is this WAY faster?