You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor(benchmark): Pre-compute deterministic base lists
Move the generation of `sorted`, `reverse`, and `pathological` base data into top-level `final` variables.
- **Efficiency:** Ensures these lists are computed only once at startup. `_generatePathological` now correctly reuses `_sortedBase` instead of re-calculating it.
- **Clarity:** Distinguishes between the immutable data templates and the mutable copies used for testing.
- **Consistency:** Simplifies the deterministic generator functions into concise one-liners.
0 commit comments