onepub-dev / onepub-dev/reVault
Use box rather than string
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 4
- Forks
- 0
- Avg merge
- 1h 55m
- Merged PRs (30d)
- 1
Description
Box uses less memory.
If secure string/bytes are immutable then we could save space in the archive.
What other fields could we save space on?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the archive fields and the secure string/bytes types mentioned in the issue, then inspect how they are stored and accessed. Compare candidate Box-based representations and measure whether they reduce memory use without changing encryption or archive behavior; done means a specific, justified set of fields is updated and verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- performance, security
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100