I think you are quoting from https://learn.microsoft.com/en-us/dotnet/api/system.threadin... "In C#, using the volatile modifier on a field guarantees that every access to that field is a volatile memory operation" This…
The part about C# volatile accesses using release-acquire ordering seems to be wrong if I read the C# docs correctly. "There is no guarantee of a single total ordering of volatile writes as seen from all threads of…
Compare the average republican sentiment to this regarding the railway strike / paid sick days: https://www.ibew.org/media-center/Articles/23Daily/2306/2306... I don't think you can simply hand-wave the differences…
https://www.npr.org/2015/03/02/390245038/ben-franklins-famou...
The 95% safe Rust Code does not use any auto-vectorization (https://cliffle.com/p/dangerust/5/nbody-5.rs) Only the 100% Rust-safe implementation uses auto-vectorization and is at 0.73% of the RUNTIME of the C code.…
No, the Rust code is at 97% of the RUNTIME of the C code (https://cliffle.com/p/dangerust/5/#evaluation) when keeping the manual vectorization.
One interesting usecase is that you can run a tauri app without any webview windows just as a system tray icon and only spawn a webview window when necessary. This kind of makes it way more lightweight but only in some…
Thats awesome, now I'm going to have to find a reason to use this for something ;) Tiny nitpick: the #![allow()] generates a 'warning: unused attribute' warning for me. If you change it to #![allow(unused_attributes)]…
It possible to disable this plugin. I have it disabled.[1] The linked YouTrack thread[2] in the article says so as well. It is just not possible to remove the plugin entirely from your device. Regarding the plugin being…
I think you are quoting from https://learn.microsoft.com/en-us/dotnet/api/system.threadin... "In C#, using the volatile modifier on a field guarantees that every access to that field is a volatile memory operation" This…
The part about C# volatile accesses using release-acquire ordering seems to be wrong if I read the C# docs correctly. "There is no guarantee of a single total ordering of volatile writes as seen from all threads of…
Compare the average republican sentiment to this regarding the railway strike / paid sick days: https://www.ibew.org/media-center/Articles/23Daily/2306/2306... I don't think you can simply hand-wave the differences…
https://www.npr.org/2015/03/02/390245038/ben-franklins-famou...
The 95% safe Rust Code does not use any auto-vectorization (https://cliffle.com/p/dangerust/5/nbody-5.rs) Only the 100% Rust-safe implementation uses auto-vectorization and is at 0.73% of the RUNTIME of the C code.…
No, the Rust code is at 97% of the RUNTIME of the C code (https://cliffle.com/p/dangerust/5/#evaluation) when keeping the manual vectorization.
One interesting usecase is that you can run a tauri app without any webview windows just as a system tray icon and only spawn a webview window when necessary. This kind of makes it way more lightweight but only in some…
Thats awesome, now I'm going to have to find a reason to use this for something ;) Tiny nitpick: the #![allow()] generates a 'warning: unused attribute' warning for me. If you change it to #![allow(unused_attributes)]…
It possible to disable this plugin. I have it disabled.[1] The linked YouTrack thread[2] in the article says so as well. It is just not possible to remove the plugin entirely from your device. Regarding the plugin being…