Skip to content

Comment on Swift/Java interoperability tools and librariesparent

Comments

Except contrary to iOS, on Android the C and C++ surface is very small, and calling JNI is a huge performance bottleneck.

Anyone that cares about performance on Android has to write the userspace logic directly in Java or Kotlin, and use Android IPC instead of JNI.

AboutSource Built by g1lg1l

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