Hacker News new | ask | show | jobs
by dragonwriter 1229 days ago
High level languages can have parallelism constructs. E.g., Ruby, in which threads have limited parallelism (only when running lower-level code that releases the GVL) has Ractors, which run Ruby code in parallel.