v1.3.2 #1533
Ozaq
announced in
Announcements
v1.3.2
#1533
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Improvements
Improves SqliteTrajectoryWriter write performance at the cost of resilience.
We now batch a configurable number of iterations into one transaction
without any failover support. This may lead to data-loss if the
simulation gets interrupted or crashes but we consider the output not
important enough to trade off speed for it. Users may want to provide
their own slower but synchronized writer if they so desire.
Be aware that the buffered iterations are stored in memory so will need
to tune the number of iterations based on the number of agents and
your available memory.
This discussion was created from the release v1.3.2.
Beta Was this translation helpful? Give feedback.
All reactions