Menu

#8 Improve performance

1.0
accepted
None
2015-06-10
2015-06-10
No

Currently the algorithm iterates over ALL points in the sliding window of time for doing certain actions. Indexes need to be maintained to counter this. Possibly move out the relation between points from the point view class into the data stream (view) class.

Discussion


Log in to post a comment.