Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Scheduling system + multithreading #8

Open
fesoliveira014 opened this issue Oct 18, 2016 · 0 comments
Open

Scheduling system + multithreading #8

fesoliveira014 opened this issue Oct 18, 2016 · 0 comments
Assignees
Milestone

Comments

@fesoliveira014
Copy link
Owner

Scheduling is necessary for a series of tasks that demand too much processing time, such as map generation, mesh creation and other future things such as AI, physics, etc. Scheduling in this context encompass both a prioty queue for task as well as threading. The scheduling will ensure that other higher priority tasks, such as rendering, and input pooling, can continue at each frame while less important tasks can work on the background until they are complete. Threads would make the process much faster by using concurrency to execute tasks in parallel, but it is not necessary for a scheduling system.

@fesoliveira014 fesoliveira014 changed the title Scheduling system Scheduling system + multithreading Oct 18, 2016
@fesoliveira014 fesoliveira014 modified the milestone: v0.1 Oct 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants