ozontech / ozontech/seq-db

Simplify tokens searcher

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

Nobody has claimed this yet.

feature
Dominant language
Go
Stars
131
Forks
16
Avg merge
2d 4h
Merged PRs (30d)
11

Description

Too much redundant code.
Too complex TokenProvider behavior

We need make TokenProvider get real TIDs range but not virtual numbering from 0. It lets us get rid of transformation TID to number and back number to TID

Also we can use common code for active and sealed fraction

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 by tracing TokenProvider and the token searcher, then compare how active and sealed fractions are handled. Done means TokenProvider uses real TID ranges, the TID-to-number conversions are removed, and common logic is shared between active and sealed fractions.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
database
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.