easyaspi314

Results 132 comments of easyaspi314

There is unfortunately no easy way to check if ARMv7 has NEON. The architecture has it (it is in the HCPTR register), but it can't be accessed from user code....

Changed the Termux detection to be after the PPID check. Termux doesn't show its own PID, so this catches an x11 terminal running off Termux.

long double is also 64-bit on Windows x64 and most non-x86 architectures, causing a duplicate case error.

Thanks for the relatively fast reply! :) By the way, I was the one who commented on the Bugzilla. MutationObserver isn't very taxing as long as you do it right...

Any hash that returns zero on a zero length hash will pass this with flying colors, if I am reading this correctly, as the length will always be zero. >...

I say this benchmark is no good. 👎 Its speed and accuracy relies on what values the hash returns, and does better if the hash is *less* random and has...

Also, what if `len == 0` returns `-1`?

It still requires that hashes be PRNGs for a fair test. They are not. They serve a different purpose. A hash function may work as a PRNG, but that has...

> At least we need some realistic and concensus benchmarkes with some randomness to reflect the real situations. Current benchmarks are flawed, eg. not inlined or determinstic. You do have...