leanprover-community / leanprover-community/queueboard-archive
Use interning to optimize data storage
Open
Nobody has claimed this yet.
prio:high
- Dominant language
- AspectJ
- Stars
- 10
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
There's a lot of duplication of data in our json storage. With interning, we should be able to optimize this a lot.
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
No files, tests, or entry points are named. Start by locating the JSON storage implementation and measuring the current duplication, then determine where interning would apply. Done means reduced duplicated data without changing stored-data behavior, backed by tests or measurements.
Written by the indexing model from the issue text.
Assessment
- Domain
- performance
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100