This is good stuff
> As a side note, the program is amazingly performant. For small numbers the results are instantaneous and for the large number close to the 2^32 limit the result is still returned in around 10 seconds.
Lol
"The executable is around 2 MB"- Every dotnet programmer: "Those are rookie numbers!"
I see why now npm's is-odd has millions of downloads
Why not optimize this? Create a lookup table, a 2^64 large array of bools, and just check the n-th element to see if it's odd or even?
Many gigabytes saved!
/s
[flagged]
Silly. Don't waste your time on problems other people have already solved! Use JS and "npm install odd_or_even".