Skip to content

v0.2.2

Compare
Choose a tag to compare
@edward-yakop edward-yakop released this 27 Jan 17:07
· 18 commits to master since this release

Changelog

4c253c7 Performance: Ticks#Goto will only load if the requested time is not currently loaded Performance: Ticks#Goto will seek to the requested time based on current cursor. In a use case where ticks is used to only load until a bar is filled will benefit from this algorithm greatly. The new algorithm will go to previous tick once, and finish. If compared to previous algorithm where it will always seek from beginning to the requested time.