We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73f0e93 + a3a6db7 commit f3d1ddfCopy full SHA for f3d1ddf
test/Prototypes/Algorithms.swift
@@ -237,8 +237,8 @@ extension MutableCollection where Self: BidirectionalCollection {
237
// actually faster. The other one sometimes does more swaps, but
238
// has better locality properties. Similarly, we've omitted a
239
// specialization of rotate for RandomAccessCollection that uses
240
- // cycles per section 11.4 in “From Mathematics to Generic
241
- // Programming” by A. Stepanov because it has *much* worse
+ // cycles per section 11.4 in "From Mathematics to Generic
+ // Programming" by A. Stepanov because it has *much* worse
242
// locality properties than either of the other implementations.
243
// Benchmarks should be performed for that algorithm too, just to
244
// be sure.
0 commit comments