pioner92 / react-native-columnar
Public🚀 High-performance utility for zero-copy data transport from JSI C++ to JavaScript via columnar ArrayBuffer layout
A React Native library that enables efficient transfer of large numeric datasets from native code to JavaScript by using compact columnar buffers instead of individual objects.
How It Works
You're building a mobile app that shows lots of numbers like user stats or sensor readings, but it lags and feels sluggish with big lists.
You discover a clever tool that packs data into a compact bundle to make handling large number lists super fast without waste.
You easily bring this tool into your app project so it's ready to use.
You simply describe the kinds of numbers in your data, like IDs, flags, or dates, matching what you'll send and receive.
From your app's quick processing parts, you fill rows of numbers into the compact bundle.
In your app's screen code, you pull out each column as a ready-to-use list of numbers.
Your app now smoothly handles thousands of data points, charts update instantly, and everything feels snappy.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.