Echo JS 0.11.0

<~>

tracker1 2791 days ago. link 0 point
This is some great stuff.  I am curious if any effort will be made to reduce singular compaction to Xms, similar to how it works with go, so that GC in node can be split up and doesn't stop the world for too long.

TIP: If you're doing a dedicated processing script in node, you can expose the garbage collector to the runtime, and in your script you can call GC manually after each handled item, this will keep your memory usage low.  I wouldn't suggest manually calling GC in a service based application, but for processing scripts it helps a lot.