summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-01 12:59:02 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-01 12:59:02 +0200
commite9d7fd45a2e829ee93980b1c0612f8476a46431d (patch)
tree1b3d3bdbfb75a53145f71618dda97f4649779b05
parente2d1090fe6f0f67ecf860e218a42dfd257dc88a9 (diff)
downloadcython-e9d7fd45a2e829ee93980b1c0612f8476a46431d.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index cabe1843a..fb3d56127 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,7 +24,8 @@ Features added
Patches by Eddie Elizondo. (Github issue #3223, #3311)
* The dispatch to fused functions is now linear in the number of arguments,
- which makes it much faster especially for larger fused types.
+ which makes it much faster, often 2x or more, and several times faster for
+ larger fused types with many specialisations.
Patch by will-ca. (Github issue #1385)
* ``with gil/nogil`` statements can be conditional based on compile-time