-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Description
https://www.youtube.com/watch?v=2e9U5sQ835Y
For mutlithreaded rust this is way too low:
Environment="THREAD_COUNT=4"
Golang can use pretty much unlimited number of goroutines and rust has a hard limit of 4 threads. You have to make sure that rust app does not hit this limit to make it work reasonably. Set the number of threads to 100, maybe even more is needed. Otherwise this comparison makes no sense: we could set it to 2 threads and make it even slower and still could say that it is multi-threaded rust:)
Metadata
Metadata
Assignees
Labels
No labels