semantics: slightly clarify big-O claim

Clarification by more precise specification.
This commit is contained in:
Sander Maijers 2016-04-16 10:58:20 +02:00
parent 3149ff31bc
commit 8ff34c77a2
1 changed files with 1 additions and 1 deletions

View 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