-
- Downloads
Optimize pyfaust expm_multiply by using the new out argument of poly.
It avoids a copy by not allocating an out buffer in pyx code while it is already allocated by the callee.
Loading
Please register or sign in to comment
GitLab upgrade completed. Current version is 17.11.1. We now benefit from the features of the release 17.11.
It avoids a copy by not allocating an out buffer in pyx code while it is already allocated by the callee.