Skip to content

Conversation

@devlead
Copy link
Owner

@devlead devlead commented Nov 21, 2025

  • Replace Dictionary with ConcurrentDictionary for EnableRoute and Routes
  • Combine two separate aggregations into single-pass processing
  • Use tuple structure (EnableRoute, Routes) to group related data during aggregation
  • Replace dictionary indexer assignments with TryAdd method calls
  • Update references from enableRoute to seed.EnableRoute within aggregation
  • Convert aggregation lambdas to static for performance optimization
  • Add System.Collections.Concurrent using statement

- Replace Dictionary with ConcurrentDictionary for EnableRoute and Routes
- Combine two separate aggregations into single-pass processing
- Use tuple structure (EnableRoute, Routes) to group related data during aggregation
- Replace dictionary indexer assignments with TryAdd method calls
- Update references from enableRoute to seed.EnableRoute within aggregation
- Convert aggregation lambdas to static for performance optimization
- Add System.Collections.Concurrent using statement
@devlead devlead merged commit 07524ea into develop Nov 21, 2025
3 checks passed
@devlead devlead deleted the feature/routeseed branch November 21, 2025 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants