drogonframework/drogon

jemalloc benchmarks

Ouverte

#635 ouverte le 25 nov. 2020

 (6 commentaires) (4 réactions) (0 personne assignée)C++ (1 014 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (10 462 étoiles)
Métriques de merge PR
 (Merge moyen 5j 16h) (3 PRs mergées en 30 j)

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?

Guide contributeur