C++ jsi

Open-source C++ projects categorized as jsi

Top 4 C++ jsi Projects

  • react-native-mmkv

    ⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!

    Project mention: Best way to store data to device? | reddit.com/r/reactnative | 2023-03-17

    if you need to store something small and simple use whatever. if is complex and speed is important use something performant. realmDB, https://github.com/mrousavy/react-native-mmkv and others are good fit for the job.

  • react-native-multithreading

    🧵 Fast and easy multithreading for React Native using JSI

    Project mention: Not a good Time to Start with RN? | reddit.com/r/reactnative | 2022-05-31

    You can look at MMKV, Vision Camera and some other libs based on JSI which work pretty fast. https://github.com/mrousavy/react-native-mmkv https://github.com/mrousavy/react-native-vision-camera https://github.com/mrousavy/react-native-multithreading

  • Sonar

    Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • react-native-quick-crypto

    ⚡️ A fast implementation of Node's `crypto` module written in C/C++ JSI

    Project mention: React-native-quick-crypto – a crypto package that works | news.ycombinator.com | 2023-01-13
  • react-native-hashing

    A hashing library for react native written in c++ with JSI

    Project mention: C++ vs. Swift/Kotlin | reddit.com/r/reactnative | 2023-02-25

    I went this route when the new arch was an up and coming thing, spent a lot of time learning how to do cpp stuff and i made this: https://github.com/TheRogue76/react-native-hashing From my experience, unless you are doing something that is computationally extremely expensive, or doing something that needs access to the Yoga and the whole of the rendering pipeline, you are better off doing it in Kotlin and Swift. Cpp is not a pleasant or modern language (from the generics to the null handling to enums, my experience was terrible). We are mobile developers, so there will never be a time in your career when Swift or Kotlin are not useful. For my part, I won’t touch cpp ever again unless i have to. But it’s up to you

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-03-17.

C++ jsi related posts

Index

What are some of the best open-source jsi projects in C++? This list will help you:

Project Stars
1 react-native-mmkv 3,284
2 react-native-multithreading 1,018
3 react-native-quick-crypto 409
4 react-native-hashing 18
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com