Matthias Untergassmair
Matthias Untergassmair
State1D needs posf, posg, velf, velg to be compatible with new interface. Partially implemented in #64 but needs further review
In the current implementation, when a vehicle drives off the beginning or the end of a roadway, it is projected to the beginning / end of it. (`roadways.jl` line 676)....
I'm using ProfileView to find out which parts of my code need to be optimized. Since the function I am looking at needs quite some preparation (defining variables, building structs,...
As I was working with AutoViz over the last few weeks I ran into a few limitations and started working on a new (forked) branch that is more flexible and...
Ind2x mvec
It seems that pre-specifying the vector size using `MVector` from `StaticArrays` helps to significantly improve the performance of `ind2x` 