Daniel Lemire
Daniel Lemire
@anonrig I pushed a [small change](https://github.com/nodejs/node/pull/52135/commits/b17671f5a389b9a9b16776fbc2a6a1d6f1572ff7) to your branch which might help.
The path test is incorrect. When you cd to a directory, successive calls to cd may not return the actual path with the same case. Screenshot proof:  The test...
@RafaelGSS From first principles, I would expect this PR to have little impact on performance. As @anonrig states, we are moving a trivial function (everywhere except under Windows) to C++....
Running tests.
Merging.
@k0ekk0ek Are spaces allowed within the codes? That's a big limiting factor pre-AVX-512.
This is an important problem. Node.js has a related issue. See https://github.com/nodejs/performance/issues/128 I want to work on solving this issue as soon as I can.
The main challenge I am concerned with are the spaces in the input… The overflows can be handled in some way but I agree that simdzone can benefit of faster...
> Of course, this may or may not apply to Node.js I am not sure how much of a difference this makes. It is an empirical issue and it is...
I'll be working on this (starting 'now'). My current 'vision' is to make it configurable so one can explore the usage space.