-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
astral-sh/ruff
#19435Labels
memoryrelated to memory usagerelated to memory usage
Milestone
Description
ty creates a lot of TypeInference instances and it is a very large struct. It creates an instance for every:
- scope
- definition
- standalone expression
We should explore if:
- if we can reduce the size of
TypeInferenceitself (e.g. use ofThinVec?) - if we can reduce the size of
TypeInferencefor standalone expressions, ordefinitionor do they use all fields?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
memoryrelated to memory usagerelated to memory usage