Daniel Lemire

Results 1864 comments of Daniel Lemire

I think that @jkeiser's proposal is worth investigating and it is on my todo. Whether it works out is a research question, but it is practical in the sense that...

Let me quote the results of the recent JavaScript efforts (@Jarred-Sumner)... > Looks like using SIMDJSON is faster when the input is all primitives, but the cost of creating identifiers...

> I think users should know if they should expect a correlated sequence in 2^112 or in 2^80 random picks. @imneme's point was that the exploit you found was not...

@michaelni That's a fair answer and I think you are saying "maybe it matters".

Unrelated to this PR, but do we build Node for Windows ARM64 in CI?

@williamh My reading of the code is that `ngtcp2` can be made unbundled right now. But gentoo does not choose to do so. I think @jasnell did add this feature...

Oh! He knows about Windows? +100000

> nodejs 22.1.0 bundles an old version of simdjson which causes it to not build with gcc-14.x. I think that Node.js 22.1.0 released with recent dependencies. I don't think that's...

> I understand there are situations where bundling the library is helpful, but bundling has significant drawbacks as well, so Gentoo prefers using unbundled libraries when possible. The issue, as...