-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Special case merging ArrayTagSets and TagLists (#986)
Special case merging an ArrayTagSet with another to avoid the overhead of sorting, deduping, and copying. Since an ArrayTagSet is immutable, already sorted, and deduped, we can skip directly to merging.. Additionally, add handling for merging of an ArrayTagSet with a TagList, where we can avoid some extra copying and allocating of Tags.
- Loading branch information
Showing
2 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters