Frontmatter
| id | 9024 |
| title | Refactor: Optimize DevRank User Index Storage |
| state | Closed |
| labels | enhancementperformance |
| assignees | tobiu |
| createdAt | Feb 7, 2026, 5:31 PM |
| updatedAt | Feb 7, 2026, 5:33 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9024 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 7, 2026, 5:33 PM |
Refactor
apps/devrank/resources/users.jsonto use a Key-Value Object format ({ "username": "timestamp" }) instead of an Array of Objects.Goal:
login,lastUpdate) in preparation for 100k+ records.Storage.mjsto handle the transformation transparently.