Samuel Ibarra
MModular
•Created by Samuel Ibarra on 11/19/2024 in #questions
What is the difference between fn(inout v: T) and fn(ref v: T) ?
Both work the same if the Origin is inferred for
ref
? What are the differences?5 replies
MModular
•Created by Samuel Ibarra on 9/27/2024 in #questions
map vs parallelize vs sync_parallelize
What is the difference between these 3 functions?
3 replies
MModular
•Created by Samuel Ibarra on 9/27/2024 in #questions
Distinction Between map, parallelize and sync_parallelize
Trying to read the docs to see which one to use, but parallelize and sync_parallelize has the same function signature for the first overload function. Also, map has the same. What is the difference between those functions?
2 replies