-
Notifications
You must be signed in to change notification settings - Fork 0
Optimize ECS with Proper Data Structures #58
Copy link
Copy link
Closed as not planned
Labels
area:ecsEntity Component SystemEntity Component SystemduplicateThis issue or pull request already existsThis issue or pull request already existsphase:2-contentPhase 2: Content pipelinePhase 2: Content pipelinepriority:highImportant for alpha qualityImportant for alpha qualitytype:refactorCode improvement without behavior changeCode improvement without behavior change
Milestone
Description
Metadata
Metadata
Assignees
Labels
area:ecsEntity Component SystemEntity Component SystemduplicateThis issue or pull request already existsThis issue or pull request already existsphase:2-contentPhase 2: Content pipelinePhase 2: Content pipelinepriority:highImportant for alpha qualityImportant for alpha qualitytype:refactorCode improvement without behavior changeCode improvement without behavior change
Labels:
enhancement,performance,architectureDepends on: #1
Description:
Current ECS implementation uses O(n) lookups and isn't a real ECS.
Current Problems:
Tasks: