Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bazel syntax: memoize StarlarkSemantics.hashCode
Recomputing it accounted for +5% CPU. (I had assumed ImmutableSortedMap would cache it, but I guessed wrong. I suppose it must account for its elements being mutable.) PiperOrigin-RevId: 331145205
- Loading branch information