Replies: 1 comment 5 replies
-
Can you create a sample program that demonstrates the problem so it would be a base for possible performance tweaking on Jint's side? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm noticing a big perf hit when using Jint to call certain recursive JS functions. Specifically, I'm calling Preact's diff() function for DOM re-render. Everything works fine, but it's just quite slow even for very simple DOM hierarchy. And it seem most of the perf hit comes from GC allocations.
I've been trying to reduce the perf hit for a few weeks now without much success. So I'm just wondering if anyone can bounce some ideas my way. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions