Flywheel/common
Jozufozu 376ac76ac2 A whole lut of refactors
- Replace monolithic lut building function with a class representing a
  layer of the lut
- Actually need 2 classes because int[] and Object[] aren't trivial to
  make a type parameter, and we don't really want to be boxing ints here
- No longer need sorted inputs
- Should fix index out of bounds crash caused by reserving space for the
  wrong index layer
- This will make it much easier to change the coordinate ordering scheme
2024-11-08 09:32:27 -08:00
..
src A whole lut of refactors 2024-11-08 09:32:27 -08:00
build.gradle.kts Backport changes from 1.21.1 (#265) 2024-10-18 20:29:43 -07:00