Hacker News new | ask | show | jobs
by sosodev 2093 days ago
Yes, Ractor allows you to share fully immutable objects. So you can freeze an array or hash and share it as long as it doesn’t contain any references to mutable objects.