You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two possible ways to improve task allocation algorithm
Better way to measure load than simply number of tasks. Ideally, we want to measure how much time is spent in each of those tasks using os.platform.clock() function
Use a better data structure than array.
The text was updated successfully, but these errors were encountered:
As of now, task allocator is very simplistic
Florence/src/thread/scheduler.zig
Lines 48 to 60 in 8d788c0
There are two possible ways to improve task allocation algorithm
os.platform.clock()
functionThe text was updated successfully, but these errors were encountered: