"this program generates around 31GiB of FizzBuzz per second"
"this program generates around 31GiB of FizzBuzz per second"

Fizz Buzz is a common challenge given during interviews. The challenge goes something like this: Write a program that prints the numbers from 1 to n. If a number is divisible by 3, write Fizz inst...

I've spent months working on this program. I've long thought that "how fast can you make a FizzBuzz" would be a really interesting question for learning about high-performance programming, and when I subsequently saw this question posted on CGCC, I pretty much had to try.
This is so beautiful š„¹
edit: outjerked yet again https://codegolf.stackexchange.com/a/269772