Misc fixes in preparation for multithreading refactor #10
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "multithread-refactor"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
I'm refactoring the whole multithread/onetbb logic to fix logic and design errors and terrible memory leaks. The end result is in branch fix-multithread.
I'm cherry-picking commits and manually applying fixes since fix-multithread is an untidy mess of squashed and improperly organized commits.
This PR is a mix of various bug fixes and codebase improvements that lay the ground to upcoming PRs
Misc fixes in preparation for threads refactorto Misc fixes in preparation for multithreading refactor