stfc / RegentParticleDSL

A particle-method DSL based on Regent programming language
MIT License
1 stars 0 forks source link

TradeQueue repartition - optimisation #56

Closed LonelyCat124 closed 3 years ago

LonelyCat124 commented 3 years ago

We need to look into the time taken for the repartition and collection operations in the trade queue repartition, and optimise the code if it is a major blocking point.

LonelyCat124 commented 3 years ago

This was a major blocking point for performance. The changes in #77 significantly improved this.