|
|
|
|
|
by moon_priestess
3498 days ago
|
|
The person you are replying to is talking about things like maps implemented with persistent trees. Updating a value in such a map generally only involves copying O(log N) nodes in the tree: It's not necessary to shallow copy the entire tree itself. |
|