Skip to content

Commit

Permalink
semantics: slightly clarify big-O claim
Browse files Browse the repository at this point in the history
Clarification by more precise specification.
  • Loading branch information
Sander Maijers authored and Sander Maijers committed Apr 16, 2016
1 parent 3149ff3 commit 8ff34c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Expand Up @@ -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
Expand Down

0 comments on commit 8ff34c7

Please sign in to comment.