Hacker News new | ask | show | jobs
by wongarsu 917 days ago
Safe memory management without GC is the feature that gets Rust the most headlines, but it's not the only raison d'etre. It also has a great type system, that combined with the focus of the standard library and the library ecosystem makes it a lot easier to avoid bugs and makes refactoring a lot safer and easier. It's also very fast, and scrapers are surprisingly often CPU bound