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

Implement Infinite Data Logging/Replay #28

Open
synthfi opened this issue Jul 3, 2022 · 0 comments
Open

Implement Infinite Data Logging/Replay #28

synthfi opened this issue Jul 3, 2022 · 0 comments

Comments

@synthfi
Copy link
Owner

synthfi commented Jul 3, 2022

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant