Hacker News new | ask | show | jobs
by shaz0x 59 days ago
Went through the SDK docs before asking. On RN/Expo specifically, does Fabric run inside a Bare worklet with IPC back to Hermes, or drop into a native module the way llama.rn does via JNI and llama.cpp? Perf and memory footprint would look very different between the two, curious which path you landed on.
1 comments

Bare worklet with IPC, exactly. Let me know if there's anything I can help with.