|
|
|
|
|
by rui314
1460 days ago
|
|
I wouldn't be surprised. In mold, if we have more than one choices to implement a feature, I always take the one that scales well for more cores even if it doesn't perform the best on low-core count machines. My assumption is that future machines will have more cores than we have today on average, so I'm optimizing mold for such computers. |
|
From the manpage of mold-1.3.0, I get the impression mold is designed to scale up to 32 cores, but not more.
Is this correct or does the manpage need to be updated?