markhun / 2023W-EFFPROG

1 stars 0 forks source link

Spiral exploration order with corners first #7

Closed chrisiKern closed 6 months ago

chrisiKern commented 6 months ago

@markhun Take a last look, if you think it's good then go ahead and merge. I did notice that the L1-cache misses go up quite a bit. But maybe thats due to the variables being global?

chrisiKern commented 6 months ago

Closed the PR because passing the order as a parameter in labeling is better than making the variable global.