J
James Coglan
[Note: parts of this message were removed to make it a legal post.]
Quick question, is there a reason why Observable uses an Array for storage
instead of a Set? Wouldn't a Set be faster, especially for removing
observers? Are there other places in the standard library where use of data
structures could be improved?
Quick question, is there a reason why Observable uses an Array for storage
instead of a Set? Wouldn't a Set be faster, especially for removing
observers? Are there other places in the standard library where use of data
structures could be improved?