|
|
|
|
|
by nickpsecurity
2566 days ago
|
|
I always ask people that say this if they tried using reference counting during the times the borrow checker was too difficult. Rust supports it. There's going to be some performance hit. Most in your situation use GC'd languages, though. So, it seems like Rust with ref counting could still make for easy web development where you get Rust benefits in borrow-checked code but rest is still safe and quick to write. That's the theory anyway. I haven't gotten any data from people trying that on real-world apps, though. There could be non-obvious problems with it. |
|