Limiters would be better stored as a Trie
Open
enhancement
v1.0.0
- Dominant language
- Java
- Stars
- 6
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Jetedge currently uses Maps to store all limiter information. Due to the recursive nature of jetedge, this info would be better served as a Trie structure, allowing the limiter structure to mimic the actual pojo being generated.
Contributor guide
Research direction
Start by locating Jetedge's Map-based limiter storage and the recursive POJO-generation path described in the issue. Compare the limiter structure with the generated POJO shape and determine the Trie behavior required. Done means limiter information is stored in a Trie while existing limiter behavior remains correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100