Recent content by living.thematri

  1. L

    [ C code ] - Unexplainable drastic performance improvement

    Hi! I'm a computational chemist and I did a C-code which spent much of its time inside a triple loop. These loops compute a variable, "sjk", very fast (less than 2 sec.) if I don't put OUT of the loops any instruction like: printf("%f",sjk); But, if I try to visualize this variable...
Back
Top