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
- Host: GitHub
- URL: https://github.com/arrmansa/square-sum-backtracking-with-numba
- Owner: arrmansa
- License: unlicense
- Created: 2022-03-26T10:10:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T21:32:10.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T18:09:34.592Z (4 months ago)
- Language: Jupyter Notebook
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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