Skip to content

Comment on Scipio: A Thread-per-Core Crate for Rust and Linuxparent

Comments

Is there a mechanism to group some goroutines onto a single CPU thread to avoid locking? In the environments that have to rely on thread-per-core (sensitive to even 50us), blocking functions will become obvious in the profiling report.

Is there a mechanism to group some goroutines onto a single CPU thread to avoid locking?

Python's GIL comes to mind :p

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.