Skip to content

Commit d2af25e

Browse files
committed
added speed up metric
1 parent 43ec978 commit d2af25e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This feature was contributed by Jukka Lehtosalo.
2020

2121
### Fixed‑Format Cache (experimental)
2222

23-
TODO by Jukka.
23+
TODO by Jukka
2424

2525
This feature was contributed by Ivan Levkivskyi (PR [19668](https://github.com/python/mypy/pull/19668), [19735](https://github.com/python/mypy/pull/19735), [19750](https://github.com/python/mypy/pull/19750), [19681](https://github.com/python/mypy/pull/19681), [19752](https://github.com/python/mypy/pull/19752), [19815](https://github.com/python/mypy/pull/19815))
2626

@@ -32,6 +32,8 @@ This feature was contributed by Jelle Zijlstra (PR [19678](https://github.com/py
3232

3333
### Mypy Performance Improvements
3434

35+
Mypy 1.18 includes numerous performance improvements, resulting in a 38% overall speedup compared to 1.17
36+
3537
- Improve self check performance by 1.8% (Jukka Lehtosalo, PR [19768](https://github.com/python/mypy/pull/19768), [19769](https://github.com/python/mypy/pull/19769), [19770](https://github.com/python/mypy/pull/19770))
3638
- Use fast Python wrappers in native_internal (Ivan Levkivskyi, PR [19765](https://github.com/python/mypy/pull/19765))
3739
- Use macros in native_internal hot paths (Ivan Levkivskyi, PR [19757](https://github.com/python/mypy/pull/19757))

0 commit comments

Comments
 (0)