Optimize DualGrid work queue #34

Open
opened 2026-03-23 17:53:53 +00:00 by nexustix · 0 comments
Owner

The work queue for the DualGrid easily takes duplicates. Checking for duplicates on insertion is not viable. Using an intermediate Dictionary to simulate a set might be sensible.

Performance is not being limited by this, therefore it is low priority.

The work queue for the DualGrid easily takes duplicates. Checking for duplicates on insertion is not viable. Using an intermediate Dictionary to simulate a set might be sensible. Performance is not being limited by this, therefore it is low priority.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nexustix/godot-nexustix-utilities#34
No description provided.