Nice to see that modern web APIs include
navigator.hardwareConcurrency
Even nicer that there is a backwards-compatible brute force method to empirically estimate the same information by running different numbers of web workers concurrently and seeing how quickly they can all complete.
Because now we can, for instance, preemptively automatically estimate how many lanes we can use when executing Argon2id in the browser.













