Skip to content

MainLog computation #18

Description

@raphidoc

When adding data, MainLog computation becomes really time-consuming.
Three ways to improve this:

  1. Only compute on new Apla data then append it to the old MainLog.
  2. Filter instruments' time index by interval of min and max of new Apla.
  3. Find a more efficient way to create the data_synthesis() by instrument than row-wise operation or speed it up with some C++ magic.

Another way related to point 2: check if instrument is present at ANY time within the min-max time interval of new Apla, then fill with T or F. Definitely less robust but may be sufficient in most use cases, have to think about it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions