matsim-vsp / parallel_qsim_rust

Parallel and distributed implementation of the Qsim in Rust
8 stars 0 forks source link

Active links in network are not cleared properly #124

Closed Janekdererste closed 6 months ago

Janekdererste commented 6 months ago

When comparing runtimes between the rust implementation and classic MATSim, I noticed that we are much slower than the MATSim classic implementation

image

This was due to the fact, that we did not clear active links in the network once, all vehicles had left the link.