Avatar
omochimetaru 1/28/2019 6:08 AM
https://forums.swift.org/t/strict-value-semantics/19677 strict value semanticsという新概念を試しに実装したらしい 値型が参照を保有できないようにして、副作用の無い関数の検証などを可能とするらしい 最適化や、将来的には並列処理サポートの役に立つとか。
Hello, In my free time and as a part of a larger research project, I’ve been maintaining a proof-of-concept patch that implements strict value semantics. At this point in my project, I’d like to see what it would take to get strict value semantics integrated into mainlin...
6:08 AM
Contribute to davezarzycki/swift development by creating an account on GitHub.