top | item 19865580

(no title)

muxr | 6 years ago

But the GC has to do it in a thread safe way which involves locking/synchronization. Otherwise you get nasty race conditions.

discuss

order

dnautics|6 years ago

There's no need to lock or synchronize if you're working in a language with immutability and copy on write first class data structures.

didibus|6 years ago

Well, I can't read the paper, but how is their Chip not having those same issues?