Deep Dive (java.util.concurrent) - CopyOnWriteArrayList
"Write once, read everywhere — the list that clones itself on every mutation."
CopyOnWriteArrayList is a thread-safe List that achieves concurrency by creating a new copy of the entire underlying arr
sachinhandiekar.com6 min read