Skip to content

Investigate storing spy outputs in memory #33

Description

@codehearts

Spy output is currently stored on disk, but they could theoretically be stored in memory as _shpy_${spy_name}_stdout_${index} to avoid disk access

Try looking into the following:

  • Can a proof of concept be made for this?
  • Should this be hidden behind a SHPY_RUN_MODE=memory|disk flag, or made default?
  • What impact does this have on runtime of shpy's tests?

Don't forget to update CONTRIBUTING.md to detail the new inner workings!

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