Rewrote our Python CLI tool in Rust and shipped it to prod, here's what melted
We had a Python CLI (5k LOC, click framework) that processes data files. Works fine locally, handles like 50 concurrent requests fine. Ship it to production as a systemd service. Day 2: memory climbs
DNMarcus and 1 more commented