-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Describe the bug
Performance bottlenecks exit in GetSymDefAt() and GetSymDefCount(). Several collection access methods use inefficient searches.
To Reproduce
Steps to reproduce the behavior:
- Load a large MVR file with 1000+ objects of mixed types (symbols).
- Call GetSymDefAt() in a loop.
- Observe significant performance degradation as collection size increases.
Expected behavior
• Large datasets should be handled efficiently without performance degradation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels