Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid calling sort for SortedTagMap (Netflix#1463)
When computing the id from a tag map, avoid making the sort call when a SortedTagMap is used. That type will already be sorted so it is not necessary.
- Loading branch information