branchrust_reboot/main/naval_update/boat_optimscancel
4 Commits over 0 Days - ∞cph!
switched HashSet to ListHashSet in BoatAI to get rid of enumerator alloc
removed some deeper profile markers from GJK, unnecessary overhead with little info
moved a BaseBoat waterlevel test down a level so unpowered boats don't check it for no reason
burst compiling GJK distance methods directly, already compatible
- not using jobs here as it would need a NativeReference alloc for no reason, we just want the go-fast button
- verified compiling with burst inspector