In the proactive eviction, what we aim is to delete the flows with minimum heuristic values but sorting algorithm takes very long. This is not a ideal case, so we should find another way for this.
We may put a threshold to heuristic values and then select random flows among the list. Also, we can change this threshold value dynamically for considering the dataset.
In the proactive eviction, what we aim is to delete the flows with minimum heuristic values but sorting algorithm takes very long. This is not a ideal case, so we should find another way for this. We may put a threshold to heuristic values and then select random flows among the list. Also, we can change this threshold value dynamically for considering the dataset.