On Wednesday, 26 February 2020 at 13:50:11 UTC, Basile B. wrote:
On Wednesday, 26 February 2020 at 00:50:35 UTC, Basile B. wrote:
...
    foreach (i; 0 .. count)
        sum += funcs[func](i);

The input stream is highly predictable and strongly skewed towards higher digits.

The winning function implementation lines up with that distribution. It would not fare as well with higher entropy input.







Reply via email to