Hi guys,
the concept of my algorithm is the following:
I have many bags, and each one has a specific zone (ZONE A or ZONE ,
an agent is controlling these bags every period of time, so I have a multiple to multiple relationship between the bags and the 'agent' ( the person controlling these bags).
I want to render a chart showing the different characteristics found during the control of all the bags inside the two zones, it's like a comparison between the two zones.
my problem is that I have nearly 4000 bags, and it takes TOO much time to go through my code (more the 5 minutes, I wounder if there is a better algorithm than mine !