-
-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
exp: intermediateAchievable by experienced contributors, or with some guidanceAchievable by experienced contributors, or with some guidancepri: intermediateAn issue resulting in non-critical functionality loss and no significant effect on usabilityAn issue resulting in non-critical functionality loss and no significant effect on usabilitytype: perfChanges that improve performanceChanges that improve performance
Description
This seems like something that could be vastly improved by caching the type_guid computation for StructRef but there may be a reason that this is not being done.
impl ReturnTypeReflection for StructRef {
type Marshalled = RawStruct;
fn type_name() -> &'static str {
"struct"
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
exp: intermediateAchievable by experienced contributors, or with some guidanceAchievable by experienced contributors, or with some guidancepri: intermediateAn issue resulting in non-critical functionality loss and no significant effect on usabilityAn issue resulting in non-critical functionality loss and no significant effect on usabilitytype: perfChanges that improve performanceChanges that improve performance
