Y
Hacker News
new
|
ask
|
show
|
jobs
by
MaxBarraclough
2560 days ago
To be clear, your program ran at half speed, right? That's far worse than doubling the time spent in memory-management functions.
2 comments
danlark
2560 days ago
Yes, our program ran at half speed.
link
vinay_ys
2560 days ago
It is quite bad if changing the allocator made your program run at half speed. It doesn't matter if the library itself consumed more CPU or caused more wait (guessing that's the case here) due to concurrency or excessive syscalls.
link