mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 19:53:38 -04: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