Skip to content

Commit 089c0cc

Browse files
committed
Remove invalidated METH_FASTCALL claim
Many functions are now parsed old-style because it makes the code much more easy to follow. Also, this is mostly technospeak and not really understandable for end users
1 parent 90911ab commit 089c0cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ that PyPy is no longer supported.
2626
positional-only arguments.
2727
+ A ``--no-name`` flag has been added to ``python -m isal.igzip``.
2828
+ Cython is no longer required as a build dependency.
29-
+ a fast function calling method ``METH_FASTCALL`` is now used to call the
30-
functions. This method is only supported by Python 3.7 and higher. This has
31-
reduced the overhead for all function calls from python-isal.
3229
+ isal_zlib.compressobj and isal_zlib.decompressobj are now about six times
3330
faster.
3431
+ igzip.decompress has 30% less overhead when called.

0 commit comments

Comments
 (0)