Kerollmops / Kerollmops/LMDB-editor
Display a lot of stats about each database
Open
good first issue
- Dominant language
- Rust
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
- The number of entries
- Total size of the keys, values, both
- Overhead of LMDB (total entries size minus disk or pages size)
- Average of the key size, value size, both
- Be able to deserialize the key/value with a program and give the logical length of it i.e. #6.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by locating where each database is displayed in the Rust egui application and how LMDB entries are read; define done as showing the requested counts, size and average statistics, overhead, and deserialized logical lengths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100