AnyPath uses Unity's job system and the Burst compiler. All of the heavy lifting is done on multiple threads and by highly optimized burst compiled code.
Because all of the customizability is done via generic type parameters, all of the code is generated at compile time. This means there is zero ove