You are reading a single comment by @Mark_M and its replies. Click here to read the full conversation.
  • I am hijack the topick. Currently to get a current time I am using
    var D;
    D = new Date() ;
    I suspect it reallocates the var's memory each time for the new object and can cause memory fragmentation.
    Is there a more efficient way to get current time into same variable instance?

About

Avatar for Mark_M @Mark_M started