mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
semantics: slightly clarify big-O claim
Clarification by more precise specification.
This commit is contained in:
parent
3149ff31bc
commit
8ff34c77a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user