-  
- Downloads
[TaskScheduler] Store tasks in a preallocated `std::vector`
The tasks vector is resized to MAX_TASKS (256 at the time of writing this) immediately after construction to avoid reallocations.
Please register or sign in to comment
The tasks vector is resized to MAX_TASKS (256 at the time of writing this) immediately after construction to avoid reallocations.