secana@programming.dev to Rust@programming.devEnglish · 5 months agoWhat are you working on this week? (June. 30, 2024)message-squaremessage-square6fedilinkarrow-up113arrow-down11file-text
arrow-up112arrow-down1message-squareWhat are you working on this week? (June. 30, 2024)secana@programming.dev to Rust@programming.devEnglish · 5 months agomessage-square6fedilinkfile-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: