odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.1k stars 550 forks source link

Optimize default RNG for the common case #3790

Closed Feoramund closed 1 week ago

Feoramund commented 1 week ago

I found a speed-up in a very simple benchmark of 4x by skipping the loop and writing the output straight to memory if the size is equal to the generator's output.