socks
socks copied to clipboard
Rewrite it in Rust?
First, Rust focuses on memory safety, and 2nd, Rust is a compiled language which means it can run as fast as C or Assembly, whereas JavaScript need to be translated in runtime which runs slower.