• Using the online IDE, upload takes about three seconds using the Emulator:

    >{ "free": 1456, "usage": 1044, "total": 2500, "history": 67,
      "gc": 0, "gctime": 2, "blocksize": 13 }
    >
    

    It is interesting to note that as Espruino does it's housekeeping, some blocks are freed as I typed this ten seconds after the render above:

    >process.memory()
    ={ free: 1584, usage: 916, total: 2500, history: 103,
      gc: 0, gctime: 2, blocksize: 13 }
    > 
    
About

Avatar for Robin @Robin started