mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
The binary size is being increased much less then when we originally tried this. Using static arrays save a pointer indirection and will help with cache in real time cases.