mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
semantics: slightly clarify big-O claim
Clarification by more precise specification.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user