Increasing jsHeap (and Jank) on 63 line Baconjs animation code
8 views
Skip to first unread message
A'braham Barakhyahu
unread,
Mar 3, 2016, 9:59:03 AM3/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Bacon.js
Could use another set of eyes on this.
I written a sample app that moves 4 rounded divs in a circular pattern (63 lines), using Baconjs and ES6 syntax(via babel). after a few seconds it stutters due to some objects being Garbaged Collected, but I can't see what/where. Can someone take a look to see how I can stop the js heap from steadily increasing? http://jsbin.com/jaralev/edit?css,js,console,output