Just me coding a prime number generator (day 17).
Trying to improve the cache locality. The first step being that sieve words should travel row first (64 columns at a time) and then the next 64 columns.
Trying to improve the cache locality. The first step being that sieve words should travel row first (64 columns at a time) and then the next 64 columns.