Hacker News new | ask | show | jobs
by agalunar 1416 days ago
But an immutable data structure will cause data dependencies – the only way it couldn't cause a data dependency would be if it was never read.
1 comments

But once it is created, all pieces of code accessing it can be executed in any order because there will never be a write on it again.