File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Characteristics:
7676 - https://arxiv.org/pdf/2106.05123.pdf
7777 - https://github.com/orlp/pdqsort
7878"""
79- const BranchyPatternDefeatingQuicksort = BranchyPatternDefeatingQuicksortAlg ()
79+ const BranchyPatternDefeatingQuicksort = maybe_optimize ( BranchyPatternDefeatingQuicksortAlg () )
8080const BranchyPdqSort = BranchyPatternDefeatingQuicksort
8181
8282"""
@@ -102,7 +102,7 @@ Characteristics:
102102 - http://arxiv.org/abs/1604.06697
103103
104104"""
105- const BranchlessPatternDefeatingQuicksort = BranchlessPatternDefeatingQuicksortAlg ()
105+ const BranchlessPatternDefeatingQuicksort = maybe_optimize ( BranchlessPatternDefeatingQuicksortAlg () )
106106const BranchlessPdqSort = BranchlessPatternDefeatingQuicksort
107107
108108const PDQ_SMALL_THRESHOLD = 32
You can’t perform that action at this time.
0 commit comments