HttpArena
Comparisons

C++ web framework comparison: any two, head to head

drogon is quicker than userver on 5 of the 11 profiles they both run, and behind on 5. On the HTTP/1.1 composite they score 4461 and 3256.

Pick any two of the 6 C++ entries. Requests per second is the best of three runs and the delta is the first column against the second; every row is the same profile at the same connection count, on the same machine. What each profile measures.

ProfileConnsdrogon req/secuserver req/secDeltadrogon p99userver p99
Baseline4,0962,022,7101,019,661+98%7.60ms10.00ms
Pipelined4,0967,801,4041,324,629+489%23.20ms66.00ms
Short-lived4,0961,694,883872,918+94%43.00ms13.10ms
Async Delay32,000143,001354,274-60%235.00ms391.30ms
Latency-10K1,0249,9829,982+0%116.0us137.0us
Latency-1M1,024998,003978,433+2%196.0us1072640.0us
Latency-500K/81,024374,962196,967+90%9490432.0us11956224.0us
JSON Comp4,096127,466298,148-57%483.30ms28.90ms
JSON Comp16,384126,931298,253-57%1.92s201.20ms
JSON TLS4,096253,055554,073-54%117.12ms109.65ms
8Gbit51249,36049,423-0%132.0us223.0us

Common comparisons

drogon vs userver · drogon vs hical · drogon vs proxygen · userver vs hical · userver vs proxygen · hical vs proxygen

Questions

Is drogon faster than userver?

drogon is quicker than userver on 5 of the 11 profiles they both run, and behind on 5. On the HTTP/1.1 composite they score 4461 and 3256. Both run on the same machine, in the same round, against the same profiles.

Is drogon faster than hical?

hical is quicker than drogon on 5 of the 7 profiles they both run, and behind on 2. On the HTTP/1.1 composite they score 4461 and 3349. Both run on the same machine, in the same round, against the same profiles.

Is drogon faster than proxygen?

proxygen is quicker than drogon on 4 of the 6 profiles they both run, and behind on 2. On the HTTP/1.1 composite they score 4461 and 1227. Both run on the same machine, in the same round, against the same profiles.

Is userver faster than hical?

hical is quicker than userver on 5 of the 7 profiles they both run, and behind on 2. On the HTTP/1.1 composite they score 3256 and 3349. Both run on the same machine, in the same round, against the same profiles.

Which C++ framework is fastest overall?

drogon holds the highest HTTP/1.1 composite of the C++ entries, at 4461. The composite is throughput over the whole suite; if a service is one shape of workload, compare that profile on its own in the table above, because the order changes.

Every C++ entry

Results updated · C++ composite ranking · Compare across languages · Other languages · Open the leaderboard