Tzvetan Mikov
Tzvetan Mikov
@andrewdazs I just tried `new Date("2023-12-13")` and it is working as expected. Can you share an example that is causing the error for you?
@andrewdazs I tried it and I don't see an error. Does the error reproduce for you in the Hermes CLI tool?
@leogersen As I said above, I am unable to reproduce this error. Are you seeing the error on iOS or Android? Can you please try the Hermes CLI tool of...
@luizsn000 I don't think we have addressed this yet?
Please note that the README of hermes-jsi-demos [says](https://github.com/tmikov/hermes-jsi-demos/blob/1fa1c701b3d48b94f5a0a7f630257e9c75a78fcb/README.md?plain=1#L27-L28): > Building and running the demos has been tested on Linux and macOS, but not on Windows. PRs adding support for Windows...
Hermes is an interpreter optimized for very fast startup and small binary size. You are comparing it against JSC, which is a type specializing JIT. At a steady state, given...
We are currently working on a native implementation of TextEncoder. So that will be much faster soon.
Thank you for reporting this. We will look into it. Can you also provide a report for the RegExp slowness?
Update: we have an internal change that speeds up `JSON.stringify()` by 2x, so it is only slightly slower than v8. We will publish it soon.
Leaving the task open, since we could still improve further to match JSC.