drogonframework/drogon

jemalloc benchmarks

Aberta

#635 aberto em 25 de nov. de 2020

 (6 comentários) (4 reações) (0 responsável)C++ (1.014 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (10.462 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 16h) (3 fundiu PRs em 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?

Guia do colaborador