Viewing profile — ammarahmed6506
ammarahmed6506
HN member- Joined
- Sat, Mar 21, 2020, 7:41 PM UTC
- HN karma
- 8
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About ammarahmed6506
No profile information was provided.
Recent public activity
-
story
Show HN: Solid for macOS – Build native desktop apps for macOS in JavaScript
Solid for macOS empowers you to build truly native desktop apps, leveraging native AppKit components for a seamless and performant user experience. Unlike purely webview based cros…
- story
-
comment
Comment #35583540
Stop adding comments starting with "Stop bla bla bla".
- story
-
comment
Comment #32274585
Finally after a year it's happening.
- story
- story
-
comment
Comment #22651727
Its simple and easy to use if you dont have a very complex data structure.
-
comment
Comment #22651723
Basically I forked this code from another repo and worked over it so the initial work is theirs. I will look into optimizing this as soon as possible. What do you think? Should cal…
-
comment
Comment #22651716
That is true but still MMKV due to its simplicity and small size is a very fast option over AsynStorage on both android and iOS. It has been used in the WeChat app used in China fo…
-
comment
Comment #22651707
Go to github.com/Tencent/MMKV to see benchmarks for iOS and android
-
comment
Comment #22651699
MMKV is pretty straight forward, you can use it very easily on obj c or java only. Check the native code on the repo.
-
comment
Comment #22649361
I think you are right. I was focusing on basic implementation. Now I will make the performance optimizations needed. For example using a single instance of created class for all ge…
-
comment
Comment #22649328
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 …
-
comment
Comment #22649313
Yes its a replacment, a very fast one with all datatypes support, not only strings.