summaryrefslogtreecommitdiff
path: root/threading.h
AgeCommit message (Collapse)Author
2022-12-24Make it compile with MSVC.HEADmasterKeuin
2022-04-20Reserve vector thread_pool::tasks to speed up task initializing.Keuin
2022-04-20Code refactor: make basic_viewport and aa_viewport no longer a child class. ↵Keuin
Move data into classes. Code refactor: make threading.h more specific, reducing redundant data copies in memory. Code refactor: make camera parameters more clear and well-defined in viewport.h, ready to extend camera flexibility.
2022-04-17Remove redundant closure.Keuin
2022-04-17New lock-free thread pool. Improve CPU utility with massive small tasks.Keuin