Closed dadhi closed 3 years ago
It will save us some checks and will improve the performance in case we know that the key is in the map. And it is not a rare situation because the map is immutable and no one can remove the key without us noticing.
Related: https://github.com/dadhi/DryIoc/pull/322
It will save us some checks and will improve the performance in case we know that the key is in the map. And it is not a rare situation because the map is immutable and no one can remove the key without us noticing.
Related: https://github.com/dadhi/DryIoc/pull/322