Skip to content
Snippets Groups Projects
  • Bentriou Mahmoud's avatar
    5b7fc78f
    Change of Trajectory.values type from Matrix to Vector of Vector in · 5b7fc78f
    Bentriou Mahmoud authored
    order to replace vcat by push!.
    
    The benchmarks are at least equal, and better when the buffer size is
    small. However, no significative difference of performance with adequate
    buffer size.
    
    My opinion the gain can be seen when simulations are going to be very
    long with more complicated models than we have implemented for now.
    
    All tests passed.
    5b7fc78f
    History
    Change of Trajectory.values type from Matrix to Vector of Vector in
    Bentriou Mahmoud authored
    order to replace vcat by push!.
    
    The benchmarks are at least equal, and better when the buffer size is
    small. However, no significative difference of performance with adequate
    buffer size.
    
    My opinion the gain can be seen when simulations are going to be very
    long with more complicated models than we have implemented for now.
    
    All tests passed.