You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're sticking with python, likely things like Numba or MPI w/ Python would be better at increasing parallelism and performance. Happened upon the Numberphile video recently that had me discover your code...
Trimming the space aside was looking at a pure C or Rust implementation solely for performance. Possibly COBOL due to the fact the limits of ints will seemingly pose an issue quickly to look beyond the known problem space. Though beyond the number system for COBOL doubt it'd offer enough benefits to take that route.
Anyway just thought I'd mention Numba/MPI for Python since you had this open issue.
Thanks @javawolfpack! (though I realistically won't return to this repo anytime soon) And that numberphile video introduced me to this subject as well 🙂
No description provided.
The text was updated successfully, but these errors were encountered: