1 Open Issue Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub

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