matsim-vsp / parallel_qsim_rust

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

Streaming population #138

Closed Janekdererste closed 2 months ago

Janekdererste commented 2 months ago

One reviewr suggested weak scaling for our paper. To have this I want to run a 100% sample, which is too big to load it all at once. So, add streaming support for the population, which enables adding persons to the population selectively.

Please have a look @paulheinr

Janekdererste commented 2 months ago

Two tests are failing but they don't fail locally...