19 ms·
Things like the borrower checker helps manage all resources, a GC only manages memory.
by OvermindDL1 5y ago
Things like the borrower checker helps manage all resources, a GC only manages memory.
- OvermindDL1 5y agoOr rather RAII, borrow checker is a different feature that is not related to garbage collection
- throwaway894345 5y agoYes, I understand. To quote myself: > I know the borrow checker aids in correctness beyond what a gc does