29 November 2017
Making two garbage collectors be good neighbours
Foreign function interfaces (FFI) allow fast interop between
languages. Unlike other approaches, like performing RPC calls between
different components written in different languages, using the FFI
allows for all manner of data to be shared between each language
runtime, in the…