corrset-benchmark icon indicating copy to clipboard operation
corrset-benchmark copied to clipboard

A repository to test different performance optimizations in a sparse matrix computation.

Results 2 corrset-benchmark issues
Sort by recently updated
recently updated
newest added

The following performance improvements are in this PR and one to your indexical repo: * When iterating over a SIMD bitset, we can check that the entire SIMD register is...

your current performance bottleneck seems to be iterating bitsets. Maybe try to short cut the iteration via an efficient calculation of the number of trailing zeroes. I just pasted the...