Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
danlark
on June 22, 2019
|
parent
|
context
|
favorite
| on:
Mimalloc – A compact general-purpose allocator
We tried mimalloc in ClickHouse and it is two times slower than jemalloc in our common use case
https://github.com/microsoft/mimalloc/issues/11
MaxBarraclough
on June 22, 2019
|
next
[–]
To be clear, your program ran at half speed, right? That's far worse than doubling the time spent in memory-management functions.
danlark
on June 22, 2019
|
parent
|
next
[–]
Yes, our program ran at half speed.
vinay_ys
on June 23, 2019
|
parent
|
prev
|
next
[–]
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.
danlark
on June 28, 2019
|
prev
|
next
[–]
The developer helped us a lot to improve the speed and now it is almost at the same level as jemalloc for us
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: