redux-persist-realm
redux-persist-realm copied to clipboard
Is this storage engine faster then Async Storage?
Hi! I am asking because I know AsyncStorage is slow. Is this WAY faster?
@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