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
It's not a totally fair comparison, in the sense that branch has other optimizations (which we should also add to the generator) but the flat thing by itself will help, and refs will also help. We should try to do both in the generated code.
The text was updated successfully, but these errors were encountered:
@twuky found that flattening structs on in/out gains some major performance. Here are the metrics on my system (linux, RTX 3050):
current
proposed
On twuky's tests I get insanely good FPS:
It's not a totally fair comparison, in the sense that branch has other optimizations (which we should also add to the generator) but the flat thing by itself will help, and refs will also help. We should try to do both in the generated code.
The text was updated successfully, but these errors were encountered: