An open API service indexing awesome lists of open source software.

https://github.com/arrmansa/square-sum-backtracking-with-numba

Tried out some stuff after looking at https://www.youtube.com/watch?v=G1m7goLCJDY and found that numba @jit does a decent speedup
https://github.com/arrmansa/square-sum-backtracking-with-numba

Last synced: 2 months ago
JSON representation

Tried out some stuff after looking at https://www.youtube.com/watch?v=G1m7goLCJDY and found that numba @jit does a decent speedup

Awesome Lists containing this project

README

        

# Square-Sum-Backtracking-with-Numba
Tried out some stuff after looking at https://www.youtube.com/watch?v=G1m7goLCJDY
Found that numba @jit does a decent (10x) speedup on backtracking