NetLogo / Tortoise

Compiler and runtime engine for NetLogo models that runs in JavaScript 🐢
https://netlogoweb.org
Other
56 stars 27 forks source link

Add optimization for count primitive with mortal agentsets #208

Closed diparthshah closed 5 years ago

diparthshah commented 5 years ago

This PR adds optimization for counting mortal agentset operation. Both code code and benchdumps are included in this request. This PR is also part of GSoC 2019 project.