タグ

ブックマーク / www.sitepoint.com (1)

  • Agent: Go-Like Concurrency in Ruby — SitePoint

    Concurrency and parallelism are hard. With the traditional threading model, a developer has to constantly ensure threads are not in conflict, which is a very difficult task. The team behind Go implemented fantastic concurrency primitives within the language that make reasoning about concurrent code far easier. Fortunately, all that goodness is no longer locked up inside Go; there’s now a library f

    Agent: Go-Like Concurrency in Ruby — SitePoint
    kyab
    kyab 2014/06/25
    golangの場合はプログラミングモデルとパフォーマンス両方だけど、こっちは前者だけ出来る感じ。っていうか今のCRubyはグリーンスレッドじゃないって
  • 1