willcrichton / corrset-benchmark

A repository to test different performance optimizations in a sparse matrix computation.
https://willcrichton.net/notes/k-corrset/
43 stars 8 forks source link

Update corrset_numba.py to the one used in the blog post #3

Closed sradc closed 10 months ago

sradc commented 10 months ago

Also JIT compile the function first, to avoid timing the compilation

sradc commented 10 months ago

(didn't realise changing the branch name would close this)

willcrichton commented 10 months ago

Thanks for the contribution :-)