-
- 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
Exceptional GitLab maintenance is scheduled for June 19, 2025. The service will be unavailable between 12am and 2pm. Please do not work on the platform until an announcement indicates that maintenance is complete.
It avoids a copy by not allocating an out buffer in pyx code while it is already allocated by the callee.