Use of "persistent storage" term
Open
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 84
- Forks
- 20
- Avg merge
- 6h 22m
- Merged PRs (30d)
- 3
Description
Persistent store is a term which usually means storage of data which will not be lost after powering down, see: here or a google search.
Having a quick glance over the code I think this library stores data in memory, so I think it could be somewhat confusion.
Some candidates for alternatives:
- In-memory storage
- Store
Other suggestions welcome.
Contributor guide
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
Search the repository for uses of "persistent storage" and related terminology, then review the surrounding API and documentation context. Decide on consistent wording that reflects in-memory storage, update the affected occurrences, and confirm that no misleading uses remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100