Y
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
ammarahmed6506
2283 days ago
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?
link
mpweiher
2283 days ago
I couldn’t find any numbers or benchmarks in the repo. What did I miss?
link
ammarahmed6506
2283 days ago
Go to github.com/Tencent/MMKV to see benchmarks for iOS and android
link