性能对比
共 2 篇

Rust比Spring快10倍?我做了实测,发现真相没那么简单
Benchmark数字的背后,是GC停顿、JIT预热和Native编译的三国演义。用数据说话,告诉你什么时候该用Rust,什么时候Quarkus Native Image才是正解。
March 21, 2026 · 2 min · 318 words · 梦兽编程

Rust性能优化踩坑:当Rust跑输Python的惨痛教训
Rust性能优化实战:我亲眼看着自己用Rust重写的代码被Python吊打,问题出在数据结构选择上。
December 30, 2025 · 1 min · 119 words · 梦兽编程
