Commit fa04708c authored by Moe Jette's avatar Moe Jette
Browse files

changed job_id value from char* to uint16_t for performance reasons.

also changed job_scheduler logic for performance. added partition
pointer (in addition to name) in the job records (also for performance).
the scheduler loop was getting bogged down otherwise with (very slow
strcmp calls). execution time of scheduler now almost nil.
parent 73386daf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment