diff options
| author | Sander Maijers <S.N.Maijers@gmail.com> | 2016-04-16 10:58:20 +0200 |
|---|---|---|
| committer | Sander Maijers <S.N.Maijers@gmail.com> | 2016-04-16 10:58:20 +0200 |
| commit | 8ff34c77a201e8eea4a96e53e0907665271703df (patch) | |
| tree | fcaecc5e7e8542b582fb167fe862a972d9b55370 /RELEASES.md | |
| parent | 3149ff31bc7751782d2e61bf8ba8a30ac9af7a90 (diff) | |
| download | rust-8ff34c77a201e8eea4a96e53e0907665271703df.tar.gz rust-8ff34c77a201e8eea4a96e53e0907665271703df.zip | |
semantics: slightly clarify big-O claim
Clarification by more precise specification.
Diffstat (limited to 'RELEASES.md')
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
