|
|
|
|
|
by astrange
1665 days ago
|
|
Swift has a similar memory model to Rust, except that where Rust forbids things Swift automatically copies them to make it work. People using other languages appear terrified of reference count slowness for some reason, but it usually works well, and atomics are fast on ARM anyway. |
|