Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unrolled bind / assign #13

Open
zmj opened this issue Apr 13, 2019 · 1 comment
Open

Unrolled bind / assign #13

zmj opened this issue Apr 13, 2019 · 1 comment

Comments

@zmj
Copy link
Owner

zmj commented Apr 13, 2019

Both bind and assign loop over a virtual call for each field (IValueBinder / IValueAssigner). Benchmark whether there's a performance benefit to replacing the loop+interface with generated code that does a non-virtual call to each binder/assigner instance.

@zmj
Copy link
Owner Author

zmj commented Aug 11, 2021

May not need to do this if #19 works out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant