From 8ff34c77a201e8eea4a96e53e0907665271703df Mon Sep 17 00:00:00 2001 From: Sander Maijers Date: Sat, 16 Apr 2016 10:58:20 +0200 Subject: [PATCH] semantics: slightly clarify big-O claim Clarification by more precise specification. --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index c9064d92409..4b404259480 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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