Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 950 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 950 Bytes

JNI Marshalling Performance Testing

This repository is an exploration of the cost of JNI marshalling performance. Specifically the base costs of JNI communication and the cost of sending/receiving various sizes of integer arrays across the JNI boundary. A corresponding article was written on the findings called JNI Marshalling Performance: Single Round Trip currently hosted on Substack.