Skip to content

Releases: matsim-vsp/parallel_qsim_rust

v0.2.0

14 Oct 09:19

Choose a tag to compare

Release for the journal paper.

The most significant change, is the switch to a new population format, which allows streaming the binary population file. This way, it is possible for each process to only load a subsection of the population, which reduces the memory requirements so that larger scenarios can be run.

Additionally, this release supports paths relative to the configuration file. This feature enables to load input files onto computing nodes before the simulation starts, and to write output files to the local SSD of computing nodes.

v0.1.0

11 Apr 13:51
3e0cda0

Choose a tag to compare

The benchmarks used in our publication were run against this release.

Performance Profiling Base

12 Jun 12:14
9d8ce86

Choose a tag to compare

Pre-release

This is the basis of further performance profiling for Paul's master thesis.