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
chore(perf): use static sized arrays instead of Vec<..> (#49)
Currently, the fastpfor loop is using a Vec<..> for a number of fixed
size allocations.
This is just kind of weird since the size of the array is known.
0 commit comments