The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
145 views

Why does Do or Table really slow down this code?

I have some function that usually executes pretty quickly: logf[x_, y_] := N[f[x, y], 40] /. v_ :> (PutAppend[Unevaluated[f[x, y] = v;], "myfile.txt"];); ...