Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • $\begingroup$ awesome, thank you very much, I will look into putting these in place, and report back on time increases. $\endgroup$ Commented Nov 10, 2014 at 1:17
  • $\begingroup$ No output: 1.93s $\endgroup$ Commented Nov 10, 2014 at 6:01
  • 1
    $\begingroup$ With no output, 1.9s to execute. Using Print["stuff"] as I was, 370s. Using WriteString["stdout","stuff","\n"] this was reduced to 166s. Pretty solid improvement. I'll check into the others as well. $\endgroup$ Commented Nov 10, 2014 at 6:20
  • $\begingroup$ Applying option one (CelPrint), it slowed down to 850s. $\endgroup$ Commented Nov 10, 2014 at 6:53
  • $\begingroup$ Have you tried the PutAppend method? I also have added the suggestion to use OpenAppend or OpenWrite directly. $\endgroup$ Commented Nov 10, 2014 at 13:23