DEV Community

Discussion on: Rust or Go for web development?

Collapse
 
oliverjumpertz profile image
Oliver Jumpertz

Omitted that on purpose. You are very right but the compiler takes care of allocating memory for you. And in 90% of use cases you will never need more than that, although Rust allows for manual memory management for those 10% of use cases you pretend to really know what you are doing. :-)