drogonframework/drogon

jemalloc benchmarks

Open

#635 创建于 2020年11月25日

在 GitHub 查看
 (6 评论) (4 反应) (0 负责人)C++ (1,014 fork)batch import
enhancementgood first issue

仓库指标

Star
 (10,462 star)
PR 合并指标
 (平均合并 5天 16小时) (30 天内合并 3 个 PR)

描述

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?

贡献者指南