|
|
|
|
|
by asp2insp
3675 days ago
|
|
The time complexity of comparing variables for equivalence during type unification is reduced from O(n!) to O(n). As a result, some programming patterns compile much, much more quickly. I love this. Not just my code compiling more quickly, but the underlying implementation is super interesting. |
|