redux-persist-realm icon indicating copy to clipboard operation
redux-persist-realm copied to clipboard

Is this storage engine faster then Async Storage?

Open wmonecke opened this issue 4 years ago • 2 comments

Hi! I am asking because I know AsyncStorage is slow. Is this WAY faster?

wmonecke avatar Jul 18 '20 08:07 wmonecke

@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/

jayzyaj avatar Jul 31 '20 08:07 jayzyaj

Awesome thanks! @jayzyaj

wmonecke avatar Aug 15 '20 22:08 wmonecke