GC vs Native
- Predicable latency
- Access to modern storage API without overhead
- Custom management of memory, cache: key to multi-tenant system
Rust Offerings(vs C++)
- Memory safety without garbage collection.
- Concurrency without data races.
- Modern Toolchain
- Zero-cost abstraction
Adoption of Rust: Trend
Known Limitation
- Work-in-progress Async ecosystem