Hacker News new | ask | show | jobs
by jkilpatr 1645 days ago
> A key tradeoff is that Bronze does not guarantee thread safety

Data races are currently prevented by the borrow checker. Any GC in order to provide equivalent correctness would need to do so as well.