Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fspd cluster #252

Merged
merged 12 commits into from
Jan 25, 2022
Merged

Fspd cluster #252

merged 12 commits into from
Jan 25, 2022

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    2eef6c7 View commit details
    Browse the repository at this point in the history
  2. Spawn and cache an fsp cluster ahead of time

    Use a fixed worker count and don't respawn for every chart, instead
    opting for a round-robin to tasks in a cluster and (for now) hoping for
    the best in terms of trio scheduling, though we should obviously route
    via symbol-locality next. This is currently a boon for chart spawning
    startup times since actor creation is done AOT.
    
    Additionally,
    - use `zero_on_step` for dollar volume
    - drop rsi on startup (again)
    - add dollar volume (via fsp) along side unit volume
    - litter more profiling to fsp chart startup sequence
    - pre-define tick type classes for update loop
    goodboy committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    224c01e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    162c58a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f023cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca467f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00d6258 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9457271 View commit details
    Browse the repository at this point in the history
  8. Add back in vwap

    goodboy committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    590db2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    835ad77 View commit details
    Browse the repository at this point in the history
  10. docstr tweakz

    goodboy committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    5b36899 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    422977d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    119ff0e View commit details
    Browse the repository at this point in the history