Bekreth / Bekreth/jetedge

Limiters would be better stored as a Trie

Open
#113 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.