TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Benchmarking Http4k, Ktor (Kotlin) and Actix (Rust) Microservices

31 点作者 dochtman超过 4 年前

1 comment

anaganisk超过 4 年前
I would like to just point out, the actual bottlekneck is not the framework which many frameworks and blogs tend to put on their cover photo, but the logic, database, 3rd party APIs or other micro services. Please do look into them before optimising your framework aggressively, even if you use a framework written in Godslang and your database can answer only 5 Req/sec its no use. As a young developer I was there, and now I speak of experience that framework Benchmarks dont workout in real world as expected. New comers beware.