Daniel Lemire

Results 1862 comments of Daniel Lemire

@vnmakarov I have added your RNG under the name "wyhash" with the particular wyhash implementation at... https://github.com/lemire/testingRNG It passes Big Crush in my tests. (I have instrumented L'Ecuyer's testu01 so...

@vnmakarov Thanks. Coincidentally, I just published the following post: [ARM and Intel have different performance characteristics: a case study in random number generation](https://lemire.me/blog/2019/03/20/arm-and-intel-have-different-performance-characteristics-a-case-study-in-random-number-generation/).

1. The goal of these libraries is to provide *exact* parsing (to the nearest float). You can, of course, parse numbers faster if you don't aim for the nearest float......

@beached Added a secondary license just now (BSL1.0).

Possible typo: `clashbytesperinput`. Maybe it is `clhashbytesperinput`? Personally, I would drop `-Werror` as it seems unnecessarily harsh... :-)

Clhash uses word-by-word processing so for tiny inputs, it will be faster if they input fits in multiples of 8 bytes. If you use sizeable inputs, however, this effect becomes...

@StefanSalewski These are good ideas. Looking forward to receiving the pull requests!

@elfring If you issue a PR to fix this, I will be happy to merge it.