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

Implement the USHORT, 16-bit assigned table data support. #43

Merged
merged 4 commits into from
Jan 18, 2023

Conversation

tpn
Copy link
Owner

@tpn tpn commented Jan 18, 2023

This offers significant speedups in solving performance -- 50% or more in some cases.

And call it directly instead of going through the vtbl.  Profiling
showed that this indirection was unecessary overhead.
This offers significant (up to 50%) performance improvements to graph
solving.
@tpn tpn merged commit 3324276 into main Jan 18, 2023
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

Successfully merging this pull request may close these issues.

Update "calculate assigned" routines to support dynamically-sized table data arrays.
1 participant