The new TRAMP alternatives are probably not worth it -- except if you use Magit
Every few months, someone posts about how painfully slow TRAMP is. And honestly, they’re not wrong (opening a remote file and waiting for that modeline to stop spinning is one of those small frustrations that add up). So when two new projects showed up promising to fix this, I got curious. tramp-rpc uses a Rust server speaking MessagePack-RPC, flit.el uses a Go server with JSON-RPC. Both claim significant speedups. I decided to actually measure it. ...