|
|
|
|
|
by galangalalgol
592 days ago
|
|
Memory like that needs to be wrapped with unsafe for access, there is the volotile crate to mark stuff like that so the compuler won't optimize it away. Other than rust haskell seems like the other primary candidate for memory safety even across threads. |
|