Skip to content
Update Performance and memory optimization authored by Iker Hurtado's avatar Iker Hurtado
......@@ -40,6 +40,14 @@ The final implementation add a new variable (the size of the structure, number o
MEMORY results
> First one is memory "reserved for JavaScript VM heap", the other one is "how much memory live (reachable) objects comprise" (source). When benchmarking your applications you should worry only about the second value, all the rest will be handled by GC.
24 segments 150M 42M live
optimized 100-120M 42
18 segments 115-120M 42live
......
......