You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on the wgsl side the optimization results are stored as struct of 100+ properties. The cost of get/set operations is pretty high when accessing these objects.
Goal
Investigate if refactoring these into matrix operations would be a significant performance improvement
The text was updated successfully, but these errors were encountered:
Motivation
Currently on the wgsl side the optimization results are stored as struct of 100+ properties. The cost of get/set operations is pretty high when accessing these objects.
Goal
Investigate if refactoring these into matrix operations would be a significant performance improvement
The text was updated successfully, but these errors were encountered: