JuliaDynamics / ABMFrameworksComparison

Benchmarks and comparisons of leading ABM frameworks
Other
9 stars 7 forks source link

Regain some performance in WolfSheep #52

Closed Tortar closed 1 year ago

Tortar commented 1 year ago

the last commit fixed a bug which actually slowed down the model, but this regains almost entirely the previous performance

Datseris commented 1 year ago

I am confused, the table shows Agents.jl to be slower now, so what "regain" do you mean?

Tortar commented 1 year ago

I was referring to this commit https://github.com/JuliaDynamics/ABM_Framework_Comparisons/commit/2974623a770f07363d5073a0936e6bcd979f0a12 where the slowdown was even more severe ("only" 5.6x in WolfSheep-large in comparison with Netlogo), fortunately this simple change recovers almost entirely the performance before that commit