drogonframework/drogon

jemalloc benchmarks

Open

#635 opened on Nov 25, 2020

View on GitHub
 (6 comments) (4 reactions) (0 assignees)C++ (1,014 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (10,462 stars)
PR merge metrics
 (Avg merge 5d 16h) (3 merged PRs in 30d)

Description

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?

Contributor guide