Improve performance with a dichotomy
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, all the domain is browsed to find the better color point.
It's possible to achieve this using regions instead of browsing all points (L, A, B).
Contributor guide
Research direction
Start by locating the code that browses all L, A, and B color points to select the better color point. Study how the current search works before designing a region-based alternative. Done means the same palette-generation goal is preserved while avoiding exhaustive traversal and improving performance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- computer-graphics, performance
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100