semantics: slightly clarify big-O claim
Clarification by more precise specification.
This commit is contained in:
parent
3149ff31bc
commit
8ff34c77a2
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ Cargo
|
||||||
Performance
|
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
|
unification is reduced from _O_(_n_!) to _O_(_n_)][1.9tu]. This leads
|
||||||
to major compilation time improvement in some scenarios.
|
to major compilation time improvement in some scenarios.
|
||||||
* [`ToString` is specialized for `str`, giving it the same performance
|
* [`ToString` is specialized for `str`, giving it the same performance
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue