On Mon, May 2, 2016 at 8:08 PM, K leo <[email protected]> wrote: > Well that is very strange. Somethings seems to get bigger or clumsier after > many repeated includes. I wonder what that can be. I don't have global > arrays, only some global constants. Most of the time my repeated includes > is only after changing a line or a couple lines of codes or even a parameter > value, etc. How can I time the time spent on include?
@time > > On Monday, May 2, 2016 at 10:07:17 PM UTC+5:30, Yichao Yu wrote: >> >> >> On May 2, 2016 12:07 PM, "K leo" <[email protected]> wrote: >> > >> > Did you imply that repeating "include" at the REPL should not slow it >> > down? >> > >> >> No it shouldn't. >> >> > >> > On Monday, May 2, 2016 at 9:10:58 PM UTC+5:30, Yichao Yu wrote: >> >> >> >> include parse and eval the file in current module. >> >> >> >> Without detail (and I mean very detail, not just a sentence or two >> >> about what it does) about your code, it's impossible to tell what's >> >> happening.
