Skip to content

Show HN: Superfast KV store for React Native

github.com/greentriangle
7 pointsrandom_savv1 comment
On HN

Comments

This native RN library provides bindings for LevelDB. What makes it special is that it uses RN's JSI to avoid the JSON (de)serialization that's usually required when going over the bridge.

In my tests our library performed 2x (iPhone XS) to 7x faster (Samsung J5) than either AsyncStorage or react-native-sqlite-storage, as both depend on the RN's bridge.

We are going to be using this in production long term. Looking forward to your comments and happy to help if you are planning to use this.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.