Module lfest::account_tracker

source ·
Expand description

Provides trait and implementations to track accounts performance

Structs

  • Keep track of many possible Account performance statistics This can be quite memory intensive, easily reaching beyond 10GB if using tick-by-tick data due to the storage of many returns
  • Performs no tracking of account performance

Enums

Traits

  • Something that tracks the performance of the Account. This allows for greated flexibility over using the FullAccountTracker which can easily use more than 10GB of RAM due to storage of tick-by-tick returns