n0-computer / n0-computer/sendme

Provide side needs disk access

Open
#3 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
1.2k
Forks
78
PR merge metrics
No merged PRs in 30d

Description

We currently use a temporary flat store on the provide side to store the outboards. We could have a mixed store that stores outboards and paths in memory, but leaves the actual files in the file system. This would mean being able to provide from a readonly file system.

The downside is that the outboards would have to be permanently in memory, which might not be great when sharing giant files.

Outboard = 1/256 of data size, so it would only be a problem for truly large sizes.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the provide-side temporary flat store and how it handles outboards and paths. Investigate whether a mixed store can keep outboards and paths in memory while leaving file contents on the filesystem. Done means providing works from a read-only filesystem, with the memory cost for outboards understood.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.