drogonframework/drogon

jemalloc benchmarks

Aperta

#635 aperta il 25 nov 2020

 (6 commenti) (4 reazioni) (0 assegnatari)C++ (1014 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (10.462 stelle)
Metriche merge PR
 (Merge medio 5g 16h) (3 PR mergiate in 30 g)

Descrizione

Hey, I recently benchmarked using jemalloc on my NUMA servers, and the difference was quite large. Using the system allocator I got 710k req/s, while with jemalloc I got 830k req/s. That's 17% faster just by dynamically linking with a library.

Anyone else tried this?

Guida contributor