Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Map.get_or_else performance (#1482)
This commit introduces a change so that, when a key isn't found during a `get_or_else` call, that we do not have an error thrown. Instead, we do a search for the key directly rather than going through the `apply` method that might throw said error.
- Loading branch information