mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +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.