Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

  • tuna
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    Another optimization:

    • The first index of each index array can be filled by a function. For 257x257 that would remove 8,487,169 checks out of… 2,164,392,321. Not much, but it’s basically a free optimization, so might as well!