タグ

ブックマーク / bitfieldconsulting.com (1)

  • Rust vs Go in 2024 — Bitfield Consulting

    Which is better, Rust or Go? Which language should you choose for your next project, and why? How do the two compare in areas like performance, simplicity, safety, features, scale, and concurrency? What do they have in common, and where do they fundamentally differ? Let’s find out, in this friendly and even-handed comparison of Rust and Golang. As it happens, I teach (and write about) both Go and

    Rust vs Go in 2024 — Bitfield Consulting
    masaki925_8107
    masaki925_8107 2021/07/05
    Rust にはGC が無い、executing が速い、学習コストがかかる、cuncurrency の実装はタフ。Go はGC が有る、compile が速い、学習コストが低い、goroutine でconcurrency が簡単。プロジェクトによって両方使えるとベストっぽい
  • 1