Daniel Lemire
Daniel Lemire
@anonrig Linting issue? ``` 09:43:24 + make lint-py-build PYTHON=python3 09:43:25 Pip installing ruff on Python 3.8.0... 09:43:25 python3 -m pip install --upgrade --target tools/pip/site-packages ruff==0.3.4 || \ 09:43:25 python3 -m...
@anonrig If someone wants to provide the equivalent `node --run` using pure JavaScript, with no concern for performance, is it not the case that it can be done, without even...
It would be useful to have some clarification. @addaleax stated that these functions **should not be used**, and should therefore not be optimized. It seems that this PR attempts to...
(Before anyone gets angry at me... I stress that I did not oppose this PR nor do I plan to. There is no point in arguing with me about it,...
For context: https://github.com/nodejs/performance/issues/128
@chjj I am not offended, I just wanted to make sure that there was no disagreement.
The new function will typically be faster when you anticipate that the result is valid, which should be often the case.
For reference, I plan to offer a solution later this year that should make this code unnecessary and greatly speed up the whole thing. The plan is to improve the...
People who care a lot about the performance of these functions should contribute good benchmarks. That would be most useful. > The TC39 one won't be able to do string...
Note that it is planned that simdutf could provide fast routines for base64 in the near future. See https://github.com/nodejs/performance/issues/128