Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.
This repository was archived by the owner on May 15, 2025. It is now read-only.

Implement Infinite Data Logging/Replay #28

@synthfi

Description

@synthfi
  • Regular data logging & replay rely on having buffers loaded in memory for fast operation
  • for simulations that don't need to be fast, or will execute for very long periods of time, need another way
  • logging
    • create a Julia interface that creates a small buffer that can be written to file or sent to a database every N time steps. The rust app writes into the internal buffer, with a callback to note buffer is full. Can be done serially or with two buffers for speed.
  • replay
    • similar fashion, use callback to note that new data must be loaded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions