Hacker News new | ask | show | jobs
by jitl 2283 days ago
I’m surprised to not find any iteration or query primitives. No key scanning?
1 comments

MMKV is a simple key-value store but the good thing is that it is fast, A custom indexer can be made for querying. However there is a method to get all the keys in the storage but its not exposed in react native side. Is that what you mean?
I couldn’t find any numbers or benchmarks in the repo. What did I miss?
Go to github.com/Tencent/MMKV to see benchmarks for iOS and android