Y
Hacker News
new
|
ask
|
show
|
jobs
by
skohan
2479 days ago
Are these benchmarks single-threaded? I took a brief look at the Swift codebase, and I noticed that you are using semaphores, but there doesn't seem to be any parallel execution anywhere in the project.
1 comments
emmericp
2479 days ago
The Semaphore is only used during initialization, never in the critical path, see profiling results in the main repo
link