nadako / TinkStateSharp

Handle those pesky states, now in C#
https://nadako.github.io/TinkStateSharp/
The Unlicense
40 stars 1 forks source link

Avoid unnesessary List allocation for bindings in `UnityBatchScheduler` #19

Closed nadako closed 1 year ago

nadako commented 1 year ago

Swapping two lists might work better here, measure and change accordingly.