-
-
Notifications
You must be signed in to change notification settings - Fork 202
Refactor: Optimize DevRank User Index Storage #9024
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestperformancePerformance improvements and optimizationsPerformance improvements and optimizations
Description
Refactor apps/devrank/resources/users.json to use a Key-Value Object format ({ "username": "timestamp" }) instead of an Array of Objects.
Goal:
- Reduce file size overhead by removing repetitive keys (
login,lastUpdate) in preparation for 100k+ records. - Implement auto-migration for the existing file.
- Update
Storage.mjsto handle the transformation transparently.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestperformancePerformance improvements and optimizationsPerformance improvements and optimizations