codehearts / codehearts/shpy

Investigate storing spy outputs in memory

Open
#33 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
13
Forks
3
PR merge metrics
No merged PRs in 30d

Description

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!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.