Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,312

    Re: Algorithm efficiency

    Again, profile the code. There is no use optimizing something that doesn't need optimizing - find the bottleneck first, then work on optimizing. My post above gives advice on how to go about finding...
  2. Replies
    5
    Views
    1,312

    Re: Algorithm efficiency

    Perhaps I'm missing something, but I don't see any clipping going on - seems all the points in trackPoints is being placed in visibleTrackPoints in the getCurrentVisibleTrack() method. If things seem...
Results 1 to 2 of 2