Daniel Lemire

Results 1863 comments of Daniel Lemire

Here is a formal reference: * Daniel Lemire, Fast Random Integer Generation in an Interval, ACM Transactions on Modeling and Computer Simulation (to appear)

They work for me, except for the part where the Rust integration breaks, but we can just disable it: https://github.com/ada-url/ada/pull/651

@anonrig Does it work for you now that https://github.com/ada-url/ada/pull/651 is merged? If so, I recommend closing this issue. Or changing its title.

@anonrig There should be... it should be in `build/benchmarks/Release/something.exe` or `build/benchmarks/Debug/something.exe` depending on how you invoked `cmake --build` (e.g., `cmake --build build --config Release` or something like it.). (Note that...

There definitively should `.exe` files. It slightly different from mac/linux in that you need to specify release/debug and the release/debug files are in different locations.

@anonrig Indeed, the fuzzer found a bug, here it is... https://github.com/ada-url/ada/pull/659 It is easy to narrow it down, just follow this recipe: https://gist.github.com/lemire/f501b3b2bb8c33673de4f0a0674a6112 Takes a minute!!! Fuzzers are great.

See https://github.com/ada-url/ada/issues/662

I expect that I have a fix for the bug in question at https://github.com/ada-url/ada/pull/659

@CarlosEduR Please rebase. I have merged a bug fix.