1. ← Home
Login
Speeding up data transfer between Rust and JavaScript plugins
~devauthor.marvin hagemeisterjavascriptjsonrust
marvinh.dev 3 days ago

Summary

From the article:

tl;dr: Up until recently, supporting JavaScript in Rust based tools has been deemed not worth it. The main concern is the overhead of the de-/serialization cost when sending data back and forth. But there is a way to get rid of the deserialization cost entirely that's not widely known.