mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #11] Improve reflection performance. #6
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#6
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 @pauldotknopf on GitHub (Jul 16, 2018).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/11
Currently, all invocations of .NET objects use reflection. We need to cache all
PropertyInfo/NetInfotypes.@pauldotknopf commented on GitHub (Mar 6, 2019):
This is done, as of the latest develop tip.