|
|
|
|
|
by kajaktum
1456 days ago
|
|
>The specific exercise I have in mind is a lockless thread queue. < 20 lines in C .. ~200 lines in Rust. Do they have an equivalent API? Rust does have a hard time explaining very, very low level stuff that you'd have to do unsafe and various magicks. But once you get the unsafe details right, the consumer API for them tends to be extremely rigid and fool proof. |
|
A little odd for a supposed system langauge