-
- 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.
Loading
Please register or sign in to comment