Search:

Type: Posts; User: Slimmo

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,412

    Re: Execution time varies ridiculously

    That could be it. I am pruning the tree quite heavily because the branching factor is pretty high (purposefully). I have no idea how to check if it actually is the GC that's causing this but I'll...
  2. Replies
    7
    Views
    1,412

    Re: Execution time varies ridiculously

    I just did another test of 115,000 timings of a different function and there are 10 in the 10's of millions (with the largest being 56,528,000), 37 in the millions, 155 in the hundreds of thousands...
  3. Replies
    7
    Views
    1,412

    Execution time varies ridiculously

    Hello,

    I've been looking to optimize my code because it's not working as fast as I would like it to and I've found something weird. I tried to use a profiler to pinpoint the slow parts of my code...
Results 1 to 3 of 3