Hacker News new | ask | show | jobs
by RVuRnvbM2e 3621 days ago
Have you used concurrent-ruby?

https://github.com/ruby-concurrency/concurrent-ruby

2 comments

Yes, from the beginning, and there exists celluloid which try to implement actor model. The fact that concurrent-ruby cannot be truly parallelized just disappoints me. The same idea of Future,Promise applied to Ruby doesn't gain the benefit. At last, it's just a method of writing 'better' code, not getting better solution.
Does this fix the issue that is the GIL?