Live data from Hacker News

Viewing profile — ammarahmed6506

ammarahmed6506

HN member
Joined
Sat, Mar 21, 2020, 7:41 PM UTC
HN karma
8
Public activity
15 items

About ammarahmed6506

No profile information was provided.

Recent public activity

  1. 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…

  2. story
  3. comment
    Comment #35583540

    Stop adding comments starting with "Stop bla bla bla".

  4. story
  5. comment
    Comment #32274585

    Finally after a year it's happening.

  6. story
  7. story
  8. comment
    Comment #22651727

    Its simple and easy to use if you dont have a very complex data structure.

  9. 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…

  10. 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…

  11. comment
    Comment #22651707

    Go to github.com/Tencent/MMKV to see benchmarks for iOS and android

  12. 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.

  13. 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…

  14. 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 …

  15. comment
    Comment #22649313

    Yes its a replacment, a very fast one with all datatypes support, not only strings.