]> git.lizzy.rs Git - rust.git/commitdiff
semantics: slightly clarify big-O claim
authorSander Maijers <S.N.Maijers@gmail.com>
Sat, 16 Apr 2016 08:58:20 +0000 (10:58 +0200)
committerSander Maijers <S.N.Maijers@gmail.com>
Sat, 16 Apr 2016 08:58:20 +0000 (10:58 +0200)
Clarification by more precise specification.

RELEASES.md

index c9064d924097c1092d3b7171ab6d68cbb2b0412c..4b404259480b5ee24fb238a65e3b301ee4caa32a 100644 (file)
@@ -140,7 +140,7 @@ Cargo
 Performance
 -----------
 
-* [The complexity of comparing variables for equivalence during type 
+* [The time complexity of comparing variables for equivalence during type 
   unification is reduced from _O_(_n_!) to _O_(_n_)][1.9tu]. This leads
   to major compilation time improvement in some scenarios.
 * [`ToString` is specialized for `str`, giving it the same performance