Why are globals set to tls by default? and why is fast code ugly by default?

Timon Gehr timon.gehr at gmx.ch
Sat Apr 1 17:59:04 UTC 2023


On 4/1/23 17:02, Ali Çehreli wrote:
> 
> Does anyone have documentation on why Rust and Zip does not do thread 
> local by default?

Rust just does not do mutable globals except in unsafe code.


More information about the Digitalmars-d-learn mailing list