Open Issues Need Help
View All on GitHub Performance Optimization: Beating math.gcd. about 1 month ago
AI Summary: Optimize the `gcd` function in the `pyfastmath` Python library to outperform Python's built-in `math.gcd` function. The current implementation is slower, and the task involves profiling and improving the C code within the library to achieve better performance.
Complexity:
4/5
enhancement help wanted