Hacker News new | ask | show | jobs
by bb1234 1764 days ago
For someone who does not know much about NIFs, will it be a lot slower if the Rust service is coded as a command line application and then invoked using System.cmd? Is that a good alternative?
1 comments

It will be faaaar slower. If it is a good alternative depends on your need. Benchmark your situation
Thank you.