-
-
Notifications
You must be signed in to change notification settings - Fork 440
speed up reflection experiment function calls pls #8622
Copy link
Copy link
Open
Labels
enhancementFeature request, an issue about something that could be improved, or a PR improving something.Feature request, an issue about something that could be improved, or a PR improving something.priority: lowIssues that are not harmful to the experience but are related to useful changes or additions.Issues that are not harmful to the experience but are related to useful changes or additions.
Metadata
Metadata
Assignees
Labels
enhancementFeature request, an issue about something that could be improved, or a PR improving something.Feature request, an issue about something that could be improved, or a PR improving something.priority: lowIssues that are not harmful to the experience but are related to useful changes or additions.Issues that are not harmful to the experience but are related to useful changes or additions.
Suggestion
time to call a function in my testing
regular 0.014 seconds
reflection 0.369 seconds | with reference cached
skreflect proxy 0.038 seconds | with reference cached
skreflect section 0.047 seconds | with reference cached
reflection 11.085 seconds | without reference cached
skreflect proxy 0.061 seconds | without reference cached
skreflect section 0.07 seconds | without reference cached
(reflection being the experiment built into skript)
sooo likeee i feel it should be a little faster pls 🥺
Why?
lag = bad
Other
idk never done this before but like sovde told me to make an issue 🤷
Agreement