You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application sometimes need to keep the undefined/[Circular] when do deepcopy of a object,
so i tried v8.deserialize, it work, but very slow, is this normal or abnormal ?
@navegador5 the algorithm is definitely more complex than JSON and will always require more time. There might still be room for improvement but I did not look at it as Node.js just provides access to the v8 c++ implementation.
What steps will reproduce the bug?
My application sometimes need to keep the undefined/[Circular] when do deepcopy of a object,
so i tried v8.deserialize, it work, but very slow, is this normal or abnormal ?
How often does it reproduce? Is there a required condition?
always
What is the expected behavior?
I dont know ,just too slow
What do you see instead?
nearly 20 times slow
Additional information
The text was updated successfully, but these errors were encountered: