mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
Recursive inheritFrom slows room to a crawl #734
Labels
No labels
PCIO compatibility
Validator
automated testing
bug
documentation
duplicate
editor
enhancement
enhancement
library
library
maintenance
needs legacy server
pile related
reported client crash
routine operations
user interface
widget properties
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/virtualtabletop#734
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @96LawDawg on GitHub (Nov 12, 2023).
This early copy of Naval Warfare uses a poorly designed inheritFrom structure. For example, look at the red labels at the top of each column. The second one (B) inherits from A. But then C inherits from B. And D inherits from C. And so on. The holder making up the main board also have the same problem. The room is crazy slow to load and use.
I improved the inheritFrom structure for the PL, but this copy is a demo to test any fixes that might be implemented.
Naval_Warfare Bad inheritFrom.zip
@robartsd commented on GitHub (Nov 13, 2023):
I don't think trying to improve the performance of a poor inheritFrom structure is worth looking into, but tools to help identify and fix a poor inheritFrom structure are worth considering.