romanz / romanz/electrs

Document the limitations of current implementation

Open
#8 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
1.4k
Forks
561
Avg merge
2d 14h
Merged PRs (30d)
6

Description

  • optimize for N>2 CPU cores
  • control RocksDB RAM usage
  • optimize for SSD-based index storage (e.g. use concurrent lookups for lower latency)
  • test on non-Linux platforms (macOS, BSD, Windows...)

See https://github.com/romanz/electrs/blob/master/TODO.md for more action items.

Contributor guide

Open the contributing guide

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 with TODO.md and the checklist in this issue, comparing the listed CPU, RocksDB RAM, SSD index-storage, and non-Linux platform items with the current implementation. Clarify which limitations remain and document them; done means the current limitations and platform and storage gaps are accurately recorded.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
documentation
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.