Hacker News new | ask | show | jobs
by alfu 1160 days ago
Does 0 ms = "at compile time"? Seeing that the impl. just computes

    ((long) upTo) - from + last;

I would think it just takes less than 1 ms on first execution.

https://github.com/openjdk/jdk/blob/caa841d9a52352a975394e55...