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 JS Heap is quite high at the moment those things fire. Could you advice me or guide me somewhere, where I can look at to see where I can improve things?
Right now I am enjoying the simplicity, but do not want to swap performance for "easy to use".
I'm not sure if it's your package, but I have a weird feeling it has something to do with it.
The text was updated successfully, but these errors were encountered:
Hi @xtrasmal, thank you for making an observation about the peformance. I'm glad to know about the performance issue.
Well, I don't know about internal stuff of Freezer.js such as isFrozen. But after having break time with this project, I realize that Frozen doesn't do the Immutabilty, it just works as an event emitter that listen on the object.
And maybe I will change the Freezer js with another Object listener library soon.
How do you think? If you have any suggestion, I would be glad to hear it~
Hi there,
I'm looking into performance bottlenecks and was wondering if you could tell me if your package has anything to do with it.
When I look at https://www.dropbox.com/s/1zxnfwgohu7syp2/Screenshot%202016-04-06%2020.29.45.png I can see some state setting and came across some isFrozen stuff.
My JS Heap is quite high at the moment those things fire. Could you advice me or guide me somewhere, where I can look at to see where I can improve things?
Right now I am enjoying the simplicity, but do not want to swap performance for "easy to use".
I'm not sure if it's your package, but I have a weird feeling it has something to do with it.
The text was updated successfully, but these errors were encountered: