secana@programming.dev to Rust@programming.devEnglish · 4 months agoWhat are you working on this week? (June. 30, 2024)message-squaremessage-square10fedilinkarrow-up117arrow-down11file-text
arrow-up116arrow-down1message-squareWhat are you working on this week? (June. 30, 2024)secana@programming.dev to Rust@programming.devEnglish · 4 months agomessage-square10fedilinkfile-text
minus-squaretuna@discuss.tchncs.delinkfedilinkarrow-up1·4 months agoAnother 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!
Another optimization: