elifkizilky / SpaceDancers

0 stars 0 forks source link

Proactive Eviction Issue #42

Open elifkizilky opened 10 months ago

elifkizilky commented 10 months ago

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.

elifkizilky commented 10 months ago

I used heap, it may solve this problem but it needs to be further tested.