hacknightvlc / topics

0 stars 0 forks source link

Optimal Task scheduling calculation #3

Open druizfly opened 1 year ago

druizfly commented 1 year ago

Wondering what is the most efficient way of ordering your task so you can be the most efficient as possible? Probably you are familiar with of the most common task scheduling methods like First In, First Out (FIFO), Shortest processing time (SPT), shortest job first (SJF)... but... how can we apply all this theory to real life scheduling of tasks in our day2day?

We will be looking into the most common sorting methods, their pros&cons and calculate how to choose them for our business.

druizfly commented 1 year ago

Optimal Task scheduling calculation