Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this storage engine faster then Async Storage? #9

Open
wmonecke opened this issue Jul 18, 2020 · 2 comments
Open

Is this storage engine faster then Async Storage? #9

wmonecke opened this issue Jul 18, 2020 · 2 comments

Comments

@wmonecke
Copy link

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

@jayzyaj
Copy link

jayzyaj commented Jul 31, 2020

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

@wmonecke
Copy link
Author

Awesome thanks! @jayzyaj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants