Hey Raja , Thanks for the reply!
What I mean with memory growing is that mem increased gradually across extension's live.
I modified my algorithm (using JQuery) for a proof concept
without the parse part , assuming that the problem was in there and not in XHR. But same result , mem still grows incrementally forever.
So I suspect that XHR hold memory and GC never release all the stack (I run manually GC from Developer Tools , from 60mb down to 50mb when gc run) and I never saw GC running naturally (triggered by Chrome) . I will
test this in a virtual with low mem so i can see what happens.
What do you mean with "
after rendering are not held in references or function variables, this is a frequent cause of mem-leaks in javascript." ?